Ask Solem hace 11 años
padre
commit
87232c6310
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      docs/configuration.rst

+ 2 - 1
docs/configuration.rst

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