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)
I've added a new option and created a PR: https://github.com/mher/flower/pull/852.
Implemented in https://github.com/mher/flower/pull/852
Most helpful comment
I've added a new option and created a PR: https://github.com/mher/flower/pull/852.