Async bay operations
Bug #1588425 reported by
Drago
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Magnum |
Fix Released
|
Medium
|
Vijendar Komalla |
Bug Description
There were efforts to make container operations asynchronous, but were abandoned because containers are now out of scope for Magnum. Bay operations are currently synchronous. Fortunately, they are pretty fast and the bulk of the work is done by Heat asynchronously. This would be a future enhancement for Magnum to allow for better scalability for super busy Magnum deployments.
Changed in magnum: | |
assignee: | nobody → Vijendar Komalla (vijendar-komalla) |
Changed in magnum: | |
importance: | Undecided → Medium |
To post a comment you must log in.
Hi @Drago, just like you said "the bulk of the work is done by Heat asynchronously". So I am not convinced that making bay operations asynchronous at Magnum side makes sense. Can you please explain in detail why do you think this work is meaningful?