Skip to content

Exponential backoff in PR #361 is implemented incorrectly #384

@xitology

Description

@xitology

PR #361 apparently tries to implement exponential backoff while waiting for the query result. However, the implementation appears to be incorrect: the counter variable is always negative, sleep() is never called and the code is effectively a busy loop.

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