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::