tig
11/16/2023, 2:39 PMfor
statement using Dask, I get the following error, probably because there are too many tasks.
Crash detected! Request to <http://prefect-server.prefect.svc.cluster.local:4200/api/task_runs/> failed: PoolTimeout:.
Generally, how can this be resolved?
I would like to consider using subflows as parallel processes, is this the right idea?
The documentation seems to recommend Dask, so I should not easily increase the number of flows if there are other causes for parallel processes to fail.
Also, if I increase the number of flows, how can I limit the number of concurrent executions?Romain Vincent
01/16/2024, 10:13 AMtig
01/19/2024, 5:02 AM