Skip to content

Missing break statement in queue._execute #15

@devilesk

Description

@devilesk

I think there's a missing break statement after this line

}, r * this.backoff);
at the end of the STATE.BLOCKED case. Right now it falls through and always executes the default case logic which doesn't seem like the intended behavior.

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