zooniverse / json-api-client

Apache License 2.0
10 stars 5 forks source link

Retry on 408 errors #9

Closed edpaget closed 9 years ago

edpaget commented 9 years ago

Due to something weird happening with our database connections we're getting intermittent errors that cause requests to sit idle for up to 60s. I'm going to start timing out those requests and replying with a 408. The API Client should retry the failed request when it sees that error code.