dropbox / dropbox/dropbox-sdk-java
SDK Should wrap HTTP 504 Gateway Timeout into RetryException
Abierto
- Lenguaje dominante
- Java
- Estrellas
- 627
- Forks
- 463
- Merge medio
- 5 min
- PR fusionados (30 d)
- 10
Descripción
The `DbxClientV2` request configuration supports automatic retries on transient errors, such as due to rate limiting.
Sometimes Dropbox API returns an error `HTTP 504 Gateway Timeout`. This will fail the request with `BadResponseCodeException` .
It would make sense to interpret `HTTP 504` also as a transient error, and support optional automatic retries.
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Evaluación
Este issue todavía no se ha evaluado.