diff --git a/plugins/retry.rst b/plugins/retry.rst index 969b426..b3b3e71 100644 --- a/plugins/retry.rst +++ b/plugins/retry.rst @@ -27,6 +27,12 @@ place something like the :doc:`ErrorPlugin ` later in the plugin chain:: Contrary to the :doc:`redirect`, the retry plugin does not restart the chain but simply tries again from the current position. +Async +----- + +This plugin is not fully compatible with asynchronous behavior, as the wait between retries is done +with a blocking call to a sleep function. + Options -------