Explorar o código

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

Add additional information about the backend_cleanup task
Omer Katz %!s(int64=9) %!d(string=hai) anos
pai
achega
f2ae1b6265
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  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).