Skip to content

ConcurrentModificationMiddleware does not retry DELETE HTTP requests #1061

@ZanochkynYehor

Description

@ZanochkynYehor

SDK version: 19.7.3, but the behaviour is the same on the latest version as well

We're using the ConcurrentModificationMiddleware to retry the requests in case of a 409 concurrent modification response. It works great for POST HTTP requests, but it doesn't work at all for DELETE HTTP requests. For DELETE requests, when our service receives a 409 concurrent modification response, it just does nothing for a couple of seconds (waits for all the delays between the retries) without doing actual retry requests.

Is it possible to update this middleware to also work for DELETE requests?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions