https://prefect.io logo
r

Russell Brooks

11/14/2022, 1:30 AM
I am on prefect 1.0 core and would like to be able to set a max number of tasks running concurrently. I see that cloud has task run limits, but how can I get to the same goal with core?
The goal is to limit how much a mapped task is hitting a database. So this is to limit a task within a given flow run
I don’t want to slow down the rest of the flow just for this
a

Anna Geller

11/14/2022, 2:42 AM
Concurrency limit in Prefect 1 is a cloud only feature. Might be a good motivator for you to migrate to prefect 2 where concurrency limits are available in the core OSS library.
r

Russell Brooks

11/14/2022, 9:50 PM
Ok. We need to migrate anyway. Can you post a link to the relevant documentation page?
3 Views