Skip to content

Commit 6924fda

Browse files
authored
Add information about async on retry plugin
1 parent a0c422e commit 6924fda

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

plugins/retry.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,12 @@ place something like the :doc:`ErrorPlugin <error>` later in the plugin chain::
2727
Contrary to the :doc:`redirect`, the retry plugin does not restart the chain
2828
but simply tries again from the current position.
2929

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+
3036
Options
3137
-------
3238

0 commit comments

Comments
 (0)