소스 검색

Removed reference to on_stop in Heart

Ask Solem 15 년 전
부모
커밋
8c33c542a5
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      celery/worker/heartbeat.py

+ 0 - 1
celery/worker/heartbeat.py

@@ -33,6 +33,5 @@ class Heart(threading.Thread):
 
     def stop(self):
         """Gracefully shutdown the thread."""
-        self.on_stop()
         self._shutdown.set()
         self._stopped.wait() # block until this thread is done