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 64fe22f commit 3d2de20Copy full SHA for 3d2de20
lib/req/steps.ex
@@ -2108,7 +2108,7 @@ defmodule Req.Steps do
2108
iex> delay = fn n -> trunc(Integer.pow(2, n) * 1000 * (1 - 0.1 * :rand.uniform())) end
2109
iex> Req.get!("https://httpbin.org/status/500,200", retry_delay: delay).status
2110
# 08:43:19.101 [warning] retry: got response with status 500, will retry in 941ms, 2 attempts left
2111
- # 08:43:22.958 [warning] retry: got response with status 500, will retry in 1877s, 1 attempt left
+ # 08:43:22.958 [warning] retry: got response with status 500, will retry in 1877ms, 1 attempt left
2112
200
2113
2114
"""
0 commit comments