python manage.py celery worker -l INFO 报错

来源:4-1 Django 中配置使用 Celery

慕移动5647440

2021-03-18 11:14

RuntimeError: __class__ not set defining 'PeriodicTask' as <class 'djcelery.models.PeriodicTask'>. Was __classcell__ propagated to type.__new__?

写回答 关注

1回答

  • xyyyy318
    2021-09-01 11:00:55

    是不是没有设置

    CELERY_IMPORTS


Python 异步任务队列 Celery 使用

Python 异步任务队列神器 celery 的使用

10837 学习 · 43 问题

查看课程

相似问题