Mutex wildcards and "don't run this WF at the same time as mutex X" #13906
Unanswered
winterrobert
asked this question in
Q&A
Replies: 1 comment 2 replies
-
wildcards don't exist |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is there a way to:
We have:
We don't want any job like A to run at the same time as B and vice versa.
I image we could achieve that if there exists something like this:
Job A:
Job B:
Is something like this possible to achieve with Argo Workflows? Can it be done by using some smart combination of semaphores and mutexes?
Beta Was this translation helpful? Give feedback.
All reactions