Skip to content

Commit 8e85ac3

Browse files
authored
Merge pull request #237 from php-http/joelwurtz-patch-1
Add information about async on retry plugin
2 parents a0c422e + 6924fda commit 8e85ac3

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

plugins/retry.rst

+6
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)