python = 36
celery = 226
django = 266
在自己刚刚接触celery 需要写定时任务的时候,按照大佬写的跑一遍的时候(https://blog.csdn.net/qq_36441027/article/details/123851915),发现自己跑的时候,
就会出现这么诡异的问题。
解决办法:
pip install eventlet
再去cmd里面执行
celery -A ceshi.task worker -l info -P eventlet
标签:eventlet,celery,enough,celcery,expected,got From: https://www.cnblogs.com/Pyxin/p/17647805.html