Actions
Refactor #27412
closedEnsure not multiple orchestrators can run at once
Description
The new sidekiq approach expects only one orchestrator process to be running. We should do checking (probably via the current dynflow locking mechanism) to enforce it to avoid some weird states when multiple orchestrators would be running at the same time.
Updated by Ivan Necas over 5 years ago
- Blocks Tracker #27408: Dynflow workers extraction to separate processes added
Updated by Adam Ruzicka over 5 years ago
- Status changed from New to Ready For Testing
- Assignee set to Adam Ruzicka
- Pull request https://github.com/Dynflow/dynflow/pull/335 added
The PR allows us to run the orchestrator in active-passive mode. It means the requirement changes a bit, we can run multiple orchestrators, but only one can be in active mode per redis instance and/or namespace. There is no limit on the number of passive ones.
Updated by Adam Ruzicka over 5 years ago
- Status changed from Ready For Testing to Closed
Actions