Browse Source

Docs did not mention default of TASK_RESULT_EXPIRES

Ask Solem 12 years ago
parent
commit
d111eb9d92
1 changed files with 3 additions and 1 deletions
  1. 3 1
      docs/configuration.rst

+ 3 - 1
docs/configuration.rst

@@ -1,4 +1,4 @@
-.. _configuration:
+.' _configuration:
 
 
 ============================
 ============================
  Configuration and defaults
  Configuration and defaults
@@ -920,6 +920,8 @@ stored task tombstones will be deleted.
 A built-in periodic task will delete the results after this time
 A built-in periodic task will delete the results after this time
 (:class:`celery.task.backend_cleanup`).
 (:class:`celery.task.backend_cleanup`).
 
 
+Default is to expire after 1 day.
+
 .. note::
 .. note::
 
 
     For the moment this only works with the amqp, database, cache, redis and MongoDB
     For the moment this only works with the amqp, database, cache, redis and MongoDB