conductor
conductor copied to clipboard
Conductor workflow stalled after a sub-workflow
Hi Team, I am experiencing this issue in latest version of conductor https://github.com/Netflix/conductor/issues/3491
Stack
- orkesio/orkes-conductor-community:1.1.11
- Redis for workflow execution - http://docker.io/bitnami/redis:7.0.8-debian-11-r0|docker.io/bitnami/redis:7.0.8-debian-11-r0
- Postgres for workflow persistence - http://ghcr.io/cloudnative-pg/postgresql:15.3|ghcr.io/cloudnative-pg/postgresql:15.3
Description of issue
A workflow get stuck in RUNNING
state right after completion of a SUBWORKFLOW
. This was observed in multiple workflows we have, all having subworkflow
. The issue is erratic, it only happens for a few executions.
I have attached 3 images for 3 sample failures
The problem gets fixed when we pause
and resume
, after which it completes normally
Hi @rajeshwar-nu , Are these subworkflow retried or restarted?
Hey @manan164 , no they are not.
@rajeshwar-nu do they have double underscore in the name ?