https://prefect.io logo
n

Nathaniel Russell

07/19/2023, 3:45 PM
Hello I was wondering if there was a way to see the current concurrency usage on a work queue. For example, if a work queue has a concurrency limit of 30 and it is currently using 26 of those 30, I would like to have some function that returns me that 26/30 so that I know it is near capacity.
d

Deceivious

07/19/2023, 7:02 PM
/api/flow_runs/count
Add filter on work pool and work queue