We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0c422e commit 6924fdaCopy full SHA for 6924fda
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