Multiple Worker Storage Problem #1019
Unanswered
hamidihekmat
asked this question in
Q&A
Replies: 1 comment
-
So I guess you need to create one queue and only have one worker for that queue running on the node you want. |
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
-
Question
Is there anyway for me to lock multiple jobs to one worker node?
I am in a situation where I have to rely on one worker node to process multiple jobs. The worker node relies on local file storage. How do I lock multiple jobs to be processed on one worker node?
Beta Was this translation helpful? Give feedback.
All reactions