Skip to content

SDK Should wrap HTTP 504 Gateway Timeout into RetryException #550

@im2703

Description

@im2703

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions