We have Celery cluster on AWS that automatically scales up and down so quite often I have to restart Flower because it has too many offline Celery nodes in the dashboard.
It would really be useful if we could specify how often we want to remove offline nodes from the dashboard with something like dashboard_refresh = 60 # (minutes)
The text was updated successfully, but these errors were encountered:
We have Celery cluster on AWS that automatically scales up and down so quite often I have to restart Flower because it has too many offline Celery nodes in the dashboard.
It would really be useful if we could specify how often we want to remove offline nodes from the dashboard with something like
dashboard_refresh = 60 # (minutes)
The text was updated successfully, but these errors were encountered: