瀏覽代碼

Pidbox namespace renamed to 'celery'

Ask Solem 12 年之前
父節點
當前提交
145d21efd6
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      celery/app/control.py

+ 1 - 1
celery/app/control.py

@@ -85,7 +85,7 @@ class Control(object):
 
     def __init__(self, app=None):
         self.app = app_or_default(app)
-        self.mailbox = self.Mailbox('celeryd', type='fanout')
+        self.mailbox = self.Mailbox('celery', type='fanout')
 
     @cached_property
     def inspect(self):