Mutex name not interpolated #15190
Unanswered
krisztiankocsis
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi!
We have this YAML (subset only):
When I start this app with job_type = ORDER_BASED_AAB_FILES + job_class = NORMAL, I would expect that I can run an other in parallel with having job_type = DEMAND_BASED_SDD_FILES + job_class = NORMAL, but its blocking on the mutex:
Waiting for dev-4/Mutex/wf-judge-{{inputs.parameters.job_type}}-{{inputs.parameters.job_class}} lock. Lock status: 0/1
Seems that the mutex name is not resolved, not interpolated correcrtly.
Is this a bug or am I miss something or using it incorrectly?
We're using the latest version of Argo.
Beta Was this translation helpful? Give feedback.
All reactions