Failed to acquire the lock - Status 409 #554
Unanswered
DanBarack-CLK
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to create a workflow that waits for external events. I implemented it with FORK and WAIT tasks. The WAIT task are triggered by API calls.
My workflow looks like this:
When I am trying to update one of the wait tasks to COMPLETED I get the error
I work on local development machine with Docker compose that includes conductor:server, elasticsearch and redis:6.2.3-alpine.
It seems that there is a limitation with parallel WAIT tasks . What is the correct way to wait for several events ?
Beta Was this translation helpful? Give feedback.
All reactions