Scheduler not saturating workers

Hi @nickvazz,

Question is: could you come up with some minimum reproducer?

One of the big changes that might affect you between the two versions is:

You could try to use the previous behavior by using:

with dask.config.set({"distributed.scheduler.worker-saturation": "inf"}):