We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a0c422e + 6924fda commit 8e85ac3Copy full SHA for 8e85ac3
plugins/retry.rst
@@ -27,6 +27,12 @@ place something like the :doc:`ErrorPlugin <error>` later in the plugin chain::
27
Contrary to the :doc:`redirect`, the retry plugin does not restart the chain
28
but simply tries again from the current position.
29
30
+Async
31
+-----
32
+
33
+This plugin is not fully compatible with asynchronous behavior, as the wait between retries is done
34
+with a blocking call to a sleep function.
35
36
Options
37
-------
38
0 commit comments