You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now worker a-1 start getting jobs as well
P.S, If instead of adding worker with name b-0 I add worker with name b-1, everything will work correct, so the problem is only happen when I'm adding a worker name that part of workers argument.
Dask version: 2024.8.1
Python version: 3.10.14
Operating System: macOS
Install method (conda, pip, source): pip
The text was updated successfully, but these errors were encountered:
Use
client.submit()
withworkers
argument will run on other workers if they will be joining after you run the submitDo reproduce it, first run a scheduler and the two workers
then submit the jobs
This is working properly and only worker
a-0
is getting jobs.adding one more worker
Now worker a-1 start getting jobs as well
P.S, If instead of adding worker with name
b-0
I add worker with nameb-1
, everything will work correct, so the problem is only happen when I'm adding a worker name that part ofworkers
argument.The text was updated successfully, but these errors were encountered: