Join Slack
Powered by
Is there a way to limit the number or resource of ...
# ask-community
t
tig
11/18/2023, 2:46 AM
Is there a way to limit the number or resource of parallel tasks in DaskTaskRunner? I want to put restrictions on each name of task The problem is that I want to avoid polling timeouts caused by too many tasks being scheduled.
tig
11/20/2023, 12:44 AM
I tried running subflows in parallel with the following reference, but the logs showed that only the first flow was being executed. I couldn’t figure it out, so I implemented it so that it is executed separately as a completely separate flow.
https://discourse.prefect.io/t/how-can-i-run-multiple-subflows-or-child-flows-in-parallel/96
2
Views
Open in Slack
Previous
Next