flower 指定app

Posted Go_Forward

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了flower 指定app相关的知识,希望对你有一定的参考价值。

flower 指定app

# tasks.py
from celery import Celery
celery = Celery(broker="amqp://", backend="redis://localhost:6379/0")

$ flower --app=tasks.celery 

 

以上是关于flower 指定app的主要内容,如果未能解决你的问题,请参考以下文章