소스 검색

control.inspect: Removed now invalid command diagnose()

Ask Solem 14 년 전
부모
커밋
e19fbc11d9
1개의 변경된 파일0개의 추가작업 그리고 4개의 파일을 삭제
  1. 0 4
      celery/task/control.py

+ 0 - 4
celery/task/control.py

@@ -58,10 +58,6 @@ class Inspect(object):
     def disable_events(self):
         return self._request("disable_events")
 
-    def diagnose(self):
-        diagnose_timeout = self.timeout * 0.85              # 15% of timeout
-        return self._request("diagnose", timeout=diagnose_timeout)
-
     def ping(self):
         return self._request("ping")