Rob Fowler
09/09/2020, 9:47 PMitay livni
09/09/2020, 9:52 PMJeremiah
tags
.Jeremiah
Rob Fowler
09/09/2020, 11:03 PMRob Fowler
09/09/2020, 11:12 PMupdate_task_tag_limit
Rob Fowler
09/09/2020, 11:12 PMJeremiah
update_task_concurrency_limit
- the other one will work but is a deprecated route.Rob Fowler
09/09/2020, 11:17 PMRob Fowler
09/10/2020, 11:45 AMRob Fowler
09/10/2020, 12:16 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.