Skip to content

Retry logic is incorrect #106

@tintoy

Description

@tintoy

At present, each time the retry ticker goes off, a signal is queued at the ticker channel and these will back up until processed (this will, over time, lead to a very tight loop of repeatedly making calls the CloudControl API which are likely to still fail with RESOURCE_BUSY, which is not exactly being a good citizen).

Consider replacing the ticker with a timer that is restarted after processing is complete (if retry is requested).

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions