I've been experimenting with escriptorium, which uses Flower and Celery. As part of that I'm attempting to write some scripting to query Flower workers using its API. When I view my Flower dashboard I can see 4 workers listed.
But when I use the API to get a list of workers, /api/workers
, I get a 200 and an empty list. I'm doing this in a Gitpod workspace so my dashboard URL, because of the port mapping, is something like https://5555-kineticsqui-escriptoriu....gitpod.io/dashboard
and the api https://5555-kineticsqui-escriptoriu....gitpod.io/api/workers
. I feel like I'm missing something simple.