kestra-io / kestra

Infinitely scalable, event-driven, language-agnostic orchestration and scheduling platform to manage millions of workflows declaratively in code.
https://kestra.io
Apache License 2.0
7.02k stars 408 forks source link

No worker job resubmission when using a STANDALONE and an separate WORKER #4147

Open loicmathieu opened 4 days ago

loicmathieu commented 4 days ago

Describe the issue

When you start a STANDALONE and a separate WORKER, if a job is sublitted by the WORKER and the WORKER exit, the STANDALONE will never select the worker as leaved and resubmit the jon.

Starting again the WORKER will make the job resubmitted.

Environment