File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -128,7 +128,9 @@ A request is deemed retriable when any of the following HTTP status codes is ret
128
128
129
129
- [ 408] ( https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/408 ) (Timeout)
130
130
- [ 429] ( https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/429 ) (Too Many Requests)
131
- - [ 5XX] ( https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/500 ) (Internal Server Errors)
131
+ - [ 502] ( https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/502 ) (Bad Gateway)
132
+ - [ 503] ( https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/503 ) (Service Unavailable)
133
+ - [ 504] ( https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/504 ) (Gateway Timeout)
132
134
133
135
Use the ` max_retries ` request option to configure this behavior.
134
136
You can’t perform that action at this time.
0 commit comments