This repository has been archived by the owner on Dec 13, 2023. It is now read-only.
Replies: 1 comment
-
Any help? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We have long workflow which has fork and join. The workflow join was completing only after 30 seconds and it was causing workflows to complete only after 31 seconds after join set to complete .
To fix above issue we set the workflow callback duration to 1s.
conductor.app.systemTaskWorkerCallbackDuration=1s
This resulted in some of the workflow stay in running state even after join task and other tasks are completed.
any suggestion
Beta Was this translation helpful? Give feedback.
All reactions