V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
推荐学习书目
Learn Python the Hard Way
Python Sites
PyPI - Python Package Index
http://diveintopython.org/toc/index.html
Pocoo
值得关注的项目
PyPy
Celery
Jinja2
Read the Docs
gevent
pyenv
virtualenv
Stackless Python
Beautiful Soup
结巴中文分词
Green Unicorn
Sentry
Shovel
Pyflakes
pytest
Python 编程
pep8 Checker
Styles
PEP 8
Google Python Style Guide
Code Style from The Hitchhiker's Guide
ll5270
V2EX  ›  Python

celery worker 启动后自动退出 无任何报错信息

  •  
  •   ll5270 · 2020-09-24 11:46:49 +08:00 · 1752 次点击
    这是一个创建于 1303 天前的主题,其中的信息可能已经有所发展或是发生改变。

    这是 debug 级别输出的日志 感觉问题出在了 连接 redis 上 但是经过我测试 是可以正常连接 redis 的

    [2020-09-23 17:32:26,766: DEBUG/MainProcess] | Worker: Starting Hub
    [2020-09-23 17:32:26,766: DEBUG/MainProcess] ^-- substep ok
    [2020-09-23 17:32:26,766: DEBUG/MainProcess] | Worker: Starting Pool
    [2020-09-23 17:32:27,142: DEBUG/MainProcess] ^-- substep ok
    [2020-09-23 17:32:27,142: DEBUG/MainProcess] | Worker: Starting Consumer
    [2020-09-23 17:32:27,142: DEBUG/MainProcess] | Consumer: Starting Connection
    [2020-09-23 17:32:27,169: DEBUG/MainProcess] | Worker: Closing Hub...
    [2020-09-23 17:32:27,169: DEBUG/MainProcess] | Worker: Closing Pool...
    [2020-09-23 17:32:27,169: DEBUG/MainProcess] | Worker: Closing Consumer...
    [2020-09-23 17:32:27,169: DEBUG/MainProcess] | Worker: Stopping Consumer...
    [2020-09-23 17:32:27,169: DEBUG/MainProcess] | Worker: Stopping Pool...
    [2020-09-23 17:32:28,177: DEBUG/MainProcess] | Worker: Stopping Hub...
    [2020-09-23 17:32:28,177: DEBUG/MainProcess] | Consumer: Shutdown Gossip...
    [2020-09-23 17:32:28,177: DEBUG/MainProcess] | Consumer: Shutdown Control...
    [2020-09-23 17:32:28,177: DEBUG/MainProcess] | Consumer: Shutdown Tasks...
    [2020-09-23 17:32:28,177: DEBUG/MainProcess] | Consumer: Shutdown Heart...
    [2020-09-23 17:32:28,177: DEBUG/MainProcess] | Consumer: Shutdown Events...
    [2020-09-23 17:32:28,177: DEBUG/MainProcess] | Consumer: Shutdown Connection...
    [2020-09-23 17:32:28,178: DEBUG/MainProcess] removing tasks from inqueue until task handler finished
    

    下面的是正常的日志输出

    [2020-09-24 11:20:22,482: DEBUG/MainProcess] | Worker: Starting Hub
    [2020-09-24 11:20:22,482: DEBUG/MainProcess] ^-- substep ok
    [2020-09-24 11:20:22,482: DEBUG/MainProcess] | Worker: Starting Pool
    [2020-09-24 11:20:23,003: DEBUG/MainProcess] ^-- substep ok
    [2020-09-24 11:20:23,005: DEBUG/MainProcess] | Worker: Starting Consumer
    [2020-09-24 11:20:23,006: DEBUG/MainProcess] | Consumer: Starting Connection
    [2020-09-24 11:20:23,035: DEBUG/MainProcess] ^-- substep ok
    [2020-09-24 11:20:23,035: DEBUG/MainProcess] | Consumer: Starting Events
    [2020-09-24 11:20:23,045: DEBUG/MainProcess] ^-- substep ok
    [2020-09-24 11:20:23,045: DEBUG/MainProcess] | Consumer: Starting Mingle
    [2020-09-24 11:20:24,074: DEBUG/MainProcess] ^-- substep ok
    [2020-09-24 11:20:24,074: DEBUG/MainProcess] | Consumer: Starting Gossip
    [2020-09-24 11:20:24,079: DEBUG/MainProcess] ^-- substep ok
    [2020-09-24 11:20:24,079: DEBUG/MainProcess] | Consumer: Starting Tasks
    [2020-09-24 11:20:24,090: DEBUG/MainProcess] ^-- substep ok
    [2020-09-24 11:20:24,090: DEBUG/MainProcess] | Consumer: Starting Control
    [2020-09-24 11:20:24,093: DEBUG/MainProcess] ^-- substep ok
    [2020-09-24 11:20:24,094: DEBUG/MainProcess] | Consumer: Starting Heart
    [2020-09-24 11:20:24,095: DEBUG/MainProcess] ^-- substep ok
    [2020-09-24 11:20:24,095: DEBUG/MainProcess] | Consumer: Starting event loop
    [2020-09-24 11:20:24,095: DEBUG/MainProcess] | Worker: Hub.register Pool...
    [2020-09-24 11:20:24,096: INFO/MainProcess] [email protected] ready.
    

    有人知道这是什么问题吗
    redis 服务版本 5.0 celery 版本 4.4.7 kombu 版本 4.6.11

    2 条回复    2020-09-24 14:20:06 +08:00
    jimmyismagic
        1
    jimmyismagic  
       2020-09-24 12:11:20 +08:00
    consumer connect 的时候失败了,应该就是 redis 的问题,看看你的 redis 连接配置
    fogg
        2
    fogg  
       2020-09-24 14:20:06 +08:00
    windows 上测试的?
    换 linux 试试, 我之前也遇到过

    换到 linux 上就可以了
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   1134 人在线   最高记录 6543   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 275ms · UTC 18:24 · PVG 02:24 · LAX 11:24 · JFK 14:24
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.