Skip to content

Transport class does not handle retry properly. #5337

@teod-sh

Description

@teod-sh

Description:

Retry does not work as expected. Every time a retry condition comes, the code will just raise an exception.

Items with the issue:

Side-affected items:

Fix Suggestion: Consider a retry flag, implement retry with exponential waiting time, so clients won’t make the life of the servers even harder when recovering from some outage, or just keep the loop going to the next server so the retry will target the next host, avoiding exponential waiting.
If retry will be really in place, it may be a good idea to have some value to manage it, on/off, retry after etc…

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