flask-common
flask-common copied to clipboard
Retry 5xx and 429 in `local_request`
5xx and 429 response codes should be retried (with some backoff) again in local_request
so that API users don't have to do it over and over again.