How can I let only a few workers start a small task, while others wait? (on a remote cluster)

Hi @ofk123,

If using Future API is possible, then maybe this would do the trick:
https://distributed.dask.org/en/latest/locality.html#user-control

You just need to get 3 workers address first.

1 Like