Prechádzať zdrojové kódy

Resolved runeh's FIXME

Ask Solem 15 rokov pred
rodič
commit
363ea83a4e
1 zmenil súbory, kde vykonal 2 pridanie a 2 odobranie
  1. 2 2
      docs/userguide/tasks.rst

+ 2 - 2
docs/userguide/tasks.rst

@@ -136,8 +136,8 @@ Using a custom retry delay
 
 When a task is to be retried, it will wait for a given amount of time
 before doing so. The default delay is in the :attr:`Task.default_retry_delay` 
-attribute on the task. By default this is set to 3 minutes. Note that
-unit for setting the delay is seconds. FIXME: is it int or float? I guess retrying in 0.5 is allowed?
+attribute on the task. By default this is set to 3 minutes. Note that the
+unit for setting the delay is in seconds (int or float).
 
 You can also provide the ``countdown`` argument to
 :meth:`Task.retry` to override this default.