celery版本与python版本之间的问题

guanchaoguo / 2023-07-04 / 原文

python3.7 async关键字

  • 冲突版本 celery3.x
  • 方案一: celery3.x+python3.6
  • 方案二 : celery4.x+python3.7