Hello, I have a flow that submits up to five task...
# ask-community
e
Hello, I have a flow that submits up to five tasks at a time, and before they were running in parallel. However, now I see the tasks being submitted but they seem to be in pending state and only runs at most one at a time. Was there a change in behavior with how the Prefect cloud runs the tasks in parallel?
n
hi @Eric - this sounds like a potential case of jammed concurrency slots do you have concurrency limits in place at all?
e
I believe i have it set at the deployment level, but there are no other flows running there
n
so, for example you see this?
Copy code
» prefect gcl ls
No global concurrency limits found.
e
Err what version of prefect cli is that? I'm getting an error that there is no such command
n
its been around for a while, what version are you on?
e
Copy code
prefect --version
2.13.5
n
gotcha, can you clarify how are you are enforcing this?
up to five tasks at a time