6252069be0
When deployment of environment fails with exception AgentListener.stop() is not called and thus there remains a listener for RabbitMQ response queue. Besides being a resource leak it introduces another problems: when that environment get redeployed it becomes 2 listeners on the same queue and responses from agents may be stolen by zombie listener making workflow wait forever or response (hang deployment) Change-Id: Ic4cedd323ab7b55690d095ed8addcb0dc3e335a7 Closes-Bug: #1369589 |
||
---|---|---|
.. | ||
io.murano | ||
README.md |
Murano Classes Metadata
This folder contains only 'core library' classes for Murano.
Any file located here will be included into Murano package (deb/rpm) and imported automatically during installation.
Any other classes should be imported manually via CLI or UI.
Such classes could be found in one of two external repositories:
- Murano App Incubator repository - https://github.com/murano-project/murano-app-incubator
- Murano Incubated Apps repository - doesn't exist yet