소스 검색

Add additional information about the backend_cleanup task

Dustin J. Mitchell 9 년 전
부모
커밋
bd1edfe78c
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      docs/configuration.rst

+ 2 - 1
docs/configuration.rst

@@ -1352,7 +1352,8 @@ Time (in seconds, or a :class:`~datetime.timedelta` object) for when after
 stored task tombstones will be deleted.
 
 A built-in periodic task will delete the results after this time
-(:class:`celery.task.backend_cleanup`).
+(``celery.backend_cleanup``), assuming that ``celery beat`` is
+enabled.  The task runs daily at 4am.
 
 A value of :const:`None` or 0 means results will never expire (depending
 on backend specifications).