Conductor workflow stalled after a sub-workflow
rajeshwar-nu opened this issue · 3 comments
rajeshwar-nu commented
Hi Team,
I am experiencing this issue in latest version of conductor #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
manan164 commented
Hi @rajeshwar-nu , Are these subworkflow retried or restarted?
rajeshwar-nu commented
Hey @manan164 , no they are not.
appunni-old commented
@rajeshwar-nu do they have double underscore in the name ?