-
Notifications
You must be signed in to change notification settings - Fork 39
Open
Description
| retry_methods={"GET", "POST", "PUT", "DELETE"}, # TODO: really retry all of them?.. |
Restarting POST requests to US is unsafe. I would suggest to remove POST from retry_methods.
Another strange thing is related to the codes:
| self._retry_codes = {408, 429, 500, 502, 503, 504} |
408 and 429 is a way to completely shut down an overloaded serviceMetadata
Metadata
Assignees
Labels
No labels