Procházet zdrojové kódy

Resolved runeh's FIXME

Ask Solem před 15 roky
rodič
revize
363ea83a4e
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  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.