你正在阅读 Celery 3.1 的文档。开发版本文档见:
此处.
celery.worker.pidbox
-
class celery.worker.pidbox.Pidbox(c)[源代码]
-
consumer = None
-
on_message(body, message)[源代码]
-
on_stop()[源代码]
-
reset()[源代码]
Sets up the process mailbox.
-
shutdown(c)[源代码]
-
start(c)[源代码]
-
stop(c)[源代码]
-
class celery.worker.pidbox.gPidbox(c)[源代码]
-
loop(c)[源代码]
-
on_stop()[源代码]
-
reset()[源代码]
-
start(c)[源代码]