Explorar o código

Adds `celery inspect conf` command

Ask Solem %!s(int64=12) %!d(string=hai) anos
pai
achega
b106476cb7
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      celery/bin/celery.py

+ 1 - 0
celery/bin/celery.py

@@ -604,6 +604,7 @@ class inspect(_RemoteControl):
         'registered': (1.0, 'dump of registered tasks'),
         'ping': (0.2, 'ping worker(s)'),
         'clock': (1.0, 'get value of logical clock'),
+        'conf': (1.0, 'dump worker configuration'),
         'report': (1.0, 'get bugreport info')
     }