소스 검색

[docs] Adds note that ETA/countdown tasks are not affected by prefetch limits. Closes #1302

Ask Solem 12 년 전
부모
커밋
bcc96258f9
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4 0
      docs/configuration.rst

+ 4 - 0
docs/configuration.rst

@@ -160,6 +160,10 @@ workers, note that the first worker to start will receive four times the
 number of messages initially.  Thus the tasks may not be fairly distributed
 to the workers.
 
+.. note::
+
+    Tasks with ETA/countdown are not affected by prefetch limits.
+
 .. _conf-result-backend:
 
 Task result backend settings