Celery Flower - how can i load previous catched tasks?

浪子不回头ぞ 提交于 2019-12-11 06:45:02

问题


I started to use celery flower for tasks monitoring and it is working like a charm. I have one concern though, how can i "reload" info about monitored tasks after flower restart ? I use redis as a broker, and i need to have option to check on tasks even in case of unexpected restart of service (or server).

Thanks in advance


回答1:


I found i out. It is the matter of setting the persistant flag in command running celery flower.



来源:https://stackoverflow.com/questions/22553659/celery-flower-how-can-i-load-previous-catched-tasks

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!