소스 검색

Cosmetics

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

+ 3 - 0
docs/configuration.rst

@@ -1016,6 +1016,9 @@ stored task tombstones will be deleted.
 A built-in periodic task will delete the results after this time
 (:class:`celery.task.backend_cleanup`).
 
+A value of :const:`None` or 0 means results will never expire (depending
+on backend specifications).
+
 Default is to expire after 1 day.
 
 .. note::