Hello I was wondering if there was a way to see th...
# ask-community
n
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
/api/flow_runs/count
Add filter on work pool and work queue