Actions
Refactor #27633
closedAbnormal states recovery with workers in separate process - orchestrator
Description
In the current model, the workers and orchstrator always restart at once and we count on this fact. Once we extract the workers to separate process, we need to handle the additional cases:
1. the orchestrator restarts while workers keep running
2. the worker restarts while the orchestrator keeps running
In both cases we need a way how to deal with the work scheduled and run from previous processes.
This issues focuses on point 1.
Updated by Adam Ruzicka over 5 years ago
- Blocks Tracker #27408: Dynflow workers extraction to separate processes added
Updated by Ondřej Ezr about 5 years ago
- Pull request https://github.com/Dynflow/dynflow/pull/340 added
Updated by Marek Hulán about 5 years ago
- Status changed from New to Ready For Testing
Updated by Adam Ruzicka about 5 years ago
- Status changed from Ready For Testing to Closed
Actions