• 苏寅
    2021-02-23
    Celery ValueError: not enough values to unpack (expected 3, got 0)的解决方案:https://blog.csdn.net/qq_30242609/article/details/79047660
    
    4
  • 月君
    2021-08-08
    win10 的 run_task报错 time out , 可以用这个 起celery 的服务 celery --app tasks worker --loglevel=INFO --pool=solo
    
    1
  • 大雄
    2022-06-27
    生产环境下,celery怎么保证能够稳定运行呢?有什么方案的推荐吗?
    
    
  • 默默且听风
    2021-09-06
    有老哥们有过 Django Channels,有在实际生产中用到吗?我们打算把Channels集成到oa中做即时通讯想了解一下它的表现
    
    
  • Geek_547f9b
    2021-07-06
    会更新Django-Q吗?
    
    
  • dived
    2021-04-29
    pip install flower redis celery==4.4.7 https://stackoverflow.com/questions/64180054/importerror-cannot-import-name-command-from-celery-bin-base 安装参考
    
    
  • 黄建仁
    2021-04-20
    [W 210420 16:09:21 inspector:42] Inspect method scheduled failed [W 210420 16:09:21 inspector:42] Inspect method stats failed [W 210420 16:09:21 inspector:42] Inspect method registered failed [W 210420 16:09:21 inspector:42] Inspect method active failed [W 210420 16:09:21 inspector:42] Inspect method revoked failed [W 210420 16:09:21 inspector:42] Inspect method conf failed [W 210420 16:09:21 inspector:42] Inspect method reserved failed [W 210420 16:09:21 inspector:42] Inspect method active_queues failed 这个是啥问题
    共 1 条评论
    
  • DANGQILI
    2021-03-14
    pip install celery==4.4.7, celery安装要用4.4.7版本,最新版跟flower兼容用问题
    
    