浏览代码

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

Ask Solem 12 年之前
父节点
当前提交
429a045e07
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4 0
      docs/configuration.rst

+ 4 - 0
docs/configuration.rst

@@ -174,6 +174,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
 number of messages initially.  Thus the tasks may not be fairly distributed
 to the workers.
 to the workers.
 
 
+.. note::
+
+    Tasks with ETA/countdown are not affected by prefetch limits.
+
 .. _conf-result-backend:
 .. _conf-result-backend:
 
 
 Task result backend settings
 Task result backend settings