Reputation: 87
Flower 1.0 is not showing some worker but flower 0.7 is showing the same worker as active.Strange? I can see that celery is also showing the worker as active from control stats.
Upvotes: 0
Views: 2296
Reputation: 11
You now need to pass the param refresh=True otherwise you may be reading a stale cache.
curl -X GET http://localhost:5555/api/workers?refresh=True | json_pp
Upvotes: 1