Pedro Machado
12/11/2020, 12:28 AMrestricted and unrestricted
• The restricted label in Prefect Cloud has a concurrency limit of 1
• The unrestricted label does not have any concurrency limits
• Some flows have the restricted label and the rest have the unrestricted label
• The idea is to be able to run at most one restricted flow at a time and allow the unrestricted flows to use all available slots (we have 2 slots at the moment)
The concurrency limit is working. Only one restricted flow runs at a time. The problem is that unrestricted flows don't start while there is a restricted flow running.
Any ideas? Could you help troubleshoot?
edit: if we start the unrestricted flow first and the restricted flow second both run, but if the restricted flow starts first the other doesn't runChris White
restricted label and one with the unrestricted label and let me know if the behavior is any different?Chris White
Pedro Machado
12/11/2020, 3:50 AMChris White