소스 검색

Pidbox namespace renamed to 'celery'

Ask Solem 13 년 전
부모
커밋
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):