소스 검색

Adds `celery inspect conf` command

Ask Solem 12 년 전
부모
커밋
b106476cb7
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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')
     }