Browse Source

Merge pull request #2728 from djmitche/cleanup-requires-beat

Add additional information about the backend_cleanup task
Omer Katz 9 years ago
parent
commit
f2ae1b6265
1 changed files with 2 additions and 1 deletions
  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).