Commit 37b5b8f
authored
Improve backoff mechanism for TimeoutError (#1921)
A first try to fix #154906. We will need to add better debug logging to
Overkiz in core, to see the `backoff` retries and also understand if
`TimeoutError` or `ClientConnectorError` is raised.
Adding `retry_on_execution_queue_full` for future purposes.1 parent 13ca41d commit 37b5b8f
1 file changed
+13
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
108 | | - | |
| 108 | + | |
109 | 109 | | |
110 | 110 | | |
111 | 111 | | |
112 | 112 | | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
113 | 119 | | |
114 | 120 | | |
115 | 121 | | |
| |||
129 | 135 | | |
130 | 136 | | |
131 | 137 | | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
132 | 143 | | |
133 | 144 | | |
134 | 145 | | |
| |||
585 | 596 | | |
586 | 597 | | |
587 | 598 | | |
| 599 | + | |
588 | 600 | | |
589 | 601 | | |
590 | 602 | | |
| |||
0 commit comments