I saw that page ... but nothing about number of worker of a queue .... or did I miss it ?
It is returned in queues.get_all. I'd suggest navigating to the webUI and checking what the webUI is sending to the server (It's all API calls) and replicating that in code with the APIClient
Hi ManiacalLizard2 , you can use the API client to query the queues - None
Should I get all the workers None
Then go through them and count how many is in my queue of interest ?