Actions
Refactor #27411
closedAbnormal states recovery with workers in separate process
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.
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
- Pull request https://github.com/Dynflow/dynflow/pull/331 added
This issue now tracks only point 2.
Updated by Adam Ruzicka about 5 years ago
- Status changed from Ready For Testing to Closed
Actions