소스 검색

Cosmetics

Ask Solem 11 년 전
부모
커밋
58ce751a5e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      celery/concurrency/asynpool.py

+ 1 - 1
celery/concurrency/asynpool.py

@@ -1089,7 +1089,7 @@ class AsynPool(_pool.Pool):
         all tasks that have not been started will be discarded.
         all tasks that have not been started will be discarded.
 
 
         In Celery this is called whenever the transport connection is lost
         In Celery this is called whenever the transport connection is lost
-        (consumer restart).
+        (consumer restart), and when a process is terminated.
 
 
         """
         """
         resq = proc.outq._reader
         resq = proc.outq._reader