dropbox / dropbox/dropbox-sdk-java
SDK Should wrap HTTP 504 Gateway Timeout into RetryException
Ouverte
- Langage dominant
- Java
- Étoiles
- 627
- Forks
- 463
- Merge moyen
- 5 min
- PR mergées (30 j)
- 10
Description
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.
Guide de contribution
Aucun guide de contribution indexé pour ce dépôt
Évaluation
Cette issue n'a pas encore été évaluée.