flower 指定app
flower 指定app
# tasks.py from celery import Celery celery = Celery(broker="amqp://", backend="redis://localhost:6379/0") $ flower --app=tasks.celery
温馨提示: 本文由Jm博客推荐,转载请保留链接: https://www.jmwww.net/yidong/11675.html
flower 指定app
# tasks.py from celery import Celery celery = Celery(broker="amqp://", backend="redis://localhost:6379/0") $ flower --app=tasks.celery
温馨提示: 本文由Jm博客推荐,转载请保留链接: https://www.jmwww.net/yidong/11675.html