Rob Fowler
09/09/2020, 9:47 PMitay livni
09/09/2020, 9:52 PMJeremiah
tags
.Rob Fowler
09/09/2020, 11:03 PMupdate_task_tag_limit
Jeremiah
update_task_concurrency_limit
- the other one will work but is a deprecated route.Rob Fowler
09/09/2020, 11:17 PMexecutor = LocalDaskExecutor(pool=ThreadPool(), num_workers=N)
Not thanking you for saying in the doco that kwargs are Dask config arguments when actually you also mess with num_workers independently.
So:
executor = LocalDaskExecutor(pool=ThreadPool(N)
as expected does not work.