Celery error : result.get times out

后端 未结 4 868
既然无缘
既然无缘 2021-01-13 06:19

I\'ve installed Celery and I\'m trying to test it with the Celery First Steps Doc.

I tried using both Redis and RabbitMQ as brokers and backends, but I can\'t get th

4条回答
  •  庸人自扰
    2021-01-13 06:42

    After modifying of tasks it is necessary to restart celery to reread changes.

提交回复
热议问题