closeio / flask-common

Some commonly shared code for Flask, MongoEngine, and Python apps
26 stars 4 forks source link

Retry 5xx and 429 in `local_request` #33

Open tsx opened 7 years ago

tsx commented 7 years ago

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.