Browse Source

Fix default_retry_delay docstring to match reality

Mikhail Gusarov 14 years ago
parent
commit
4686af8d34
1 changed files with 1 additions and 1 deletions
  1. 1 1
      celery/task/base.py

+ 1 - 1
celery/task/base.py

@@ -132,7 +132,7 @@ class Task(object):
     .. attribute:: default_retry_delay
 
         Default time in seconds before a retry of the task should be
-        executed. Default is a 1 minute delay.
+        executed. Default is a 3 minute delay.
 
     .. attribute:: rate_limit