celery启动时报错RecursionError: maximum recursion depth exceeded while calling a Python object

经过查看,是broker_url用的redis,redis有密码,所以要加上密码

redis://:Yp88210970@127.0.0.1:6379/15

 

相关文章:

  • 2021-11-10
  • 2021-06-29
  • 2022-12-23
  • 2021-08-29
  • 2022-12-23
  • 2022-12-23
  • 2021-10-19
  • 2021-12-31
猜你喜欢
  • 2021-05-08
  • 2021-07-11
  • 2021-12-30
  • 2021-06-01
  • 2021-10-04
  • 2022-12-23
  • 2021-04-21
相关资源
相似解决方案