We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The DbxClientV2 request configuration supports automatic retries on transient errors, such as due to rate limiting.
DbxClientV2
Sometimes Dropbox API returns an error HTTP 504 Gateway Timeout. This will fail the request with BadResponseCodeException .
HTTP 504 Gateway Timeout
BadResponseCodeException
It would make sense to interpret HTTP 504 also as a transient error, and support optional automatic retries.
HTTP 504
The text was updated successfully, but these errors were encountered:
Thanks! I'll pass this along as a feature request, but I can't promise if or when it might be implemented.
Sorry, something went wrong.
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.
No branches or pull requests
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 withBadResponseCodeException
.It would make sense to interpret
HTTP 504
also as a transient error, and support optional automatic retries.The text was updated successfully, but these errors were encountered: