소스 검색

Add documentation about CELERY_TASK_RESULT_EXPIRES

Specify that setting the configuration value to None or 0
will disable task results cleanup
Francois Visconte 11 년 전
부모
커밋
56b1649802
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::