Hey, I am having diffuclty to set concurrency limi...
# ask-community
n
Hey, I am having diffuclty to set concurrency limit on a work pool. I am expecting that if I set it to 2, only 2 flows will run at a time. In practice if I set the limit to a low number no flow is running (stuck in "Late" status) and only if I bump the limit value to around 7, flows start to run ( the number 7 is not rigid, somtimes I need to set it to higher value for flows to run). Am I understanding correctly how the concurrency limit suppose to work? what am I missing?
j
Hi @Nir Kopp it’s possible you have some old tubs stuck in pending or running that are holding onto your concurrency slots. You solos be able to see them in the ui if you filter by pending & running (& I think paused, awaiting retry & resuming if of you’re using those features)
n
hey @Jenny thank you very much! I had about 7 old flow runs stuck in PENDING.
🙌 1