瀏覽代碼

Merge pull request #1518 from dopuskh3/master

Add documentation about CELERY_TASK_RESULT_EXPIRES
Ask Solem Hoel 11 年之前
父節點
當前提交
2391661aae
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      docs/configuration.rst

+ 2 - 0
docs/configuration.rst

@@ -1082,6 +1082,8 @@ stored task tombstones will be deleted.
 A built-in periodic task will delete the results after this time
 (:class:`celery.task.backend_cleanup`).
 
+Setting it to None or 0 will disable results cleanup.
+
 Default is to expire after 1 day.
 
 .. note::