我让 Celery 与 RabbitMQ 代理一起运行。今天,我的 Celery 节点出现故障,它不执行任务,也不响应service celeryd stop
命令。重复几次后,节点停止了,但在开始时我收到以下消息:
[WARNING/MainProcess] celery@nodename ready.
[WARNING/MainProcess] /home/ubuntu/virtualenv/project_1/local/lib/python2.7/site-packages/kombu/pidbox.py:73: UserWarning: A node named u'nodename' is already using this process mailbox!
Maybe you forgot to shutdown the other node or did not do so properly?
Or if you meant to start multiple nodes on the same host please make sure
you give each node a unique node name!
warnings.warn(W_PIDBOX_IN_USE % {'hostname': self.hostname})
谁能建议如何解锁进程邮箱?