Netflix / conductor

Conductor is a microservices orchestration engine.
Apache License 2.0
12.82k stars 2.34k forks source link

JOIN is remaining in SCHEDULED state forever when retried from failed tasks #3630

Open missioncoding opened 1 year ago

missioncoding commented 1 year ago

The JOIN operator is not getting updated when retried from failed tasks. I got three tasks in join which got failed with another issue as reported below

https://github.com/Netflix/conductor/issues/3609

When i retried from the failed tasks the Join is remaining in SCHEDULED state and never coming out. All the join tasks are completed successfully after retry.

missioncoding commented 1 year ago

Hi is there any update on this issue. I am continuously facing this issue in my workflow execution.