Explorar o código

Pidbox namespace renamed to 'celery'

Ask Solem %!s(int64=13) %!d(string=hai) anos
pai
achega
145d21efd6
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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):