Commit 03f54e2
authored
Fix wait second handling in
* Fix wait second handling in `proxy_with_retry`
Adds new argument `max_wait_seconds` which actually was the broken
behaviour of the previous `min_wait_seconds` which is now correctly
handled.
* Add `multiply_wait_seconds` argumentproxy_with_retry (#137)1 parent 741995e commit 03f54e2
1 file changed
+6
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
93 | | - | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
94 | 96 | | |
95 | 97 | | |
96 | 98 | | |
| |||
102 | 104 | | |
103 | 105 | | |
104 | 106 | | |
105 | | - | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
106 | 110 | | |
107 | 111 | | |
108 | 112 | | |
| |||
0 commit comments