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.
Actions