Skip to content

Erroring out if retry is enabled #9

@maltoe

Description

@maltoe

Hey

I was wondering whether it would be a good change to refuse scheduling if the retry option of sidekiq is not set to false. Currently, if retry: true is set, you might end up with multiple jobs running at the same time (one scheduled, one or more retried by Sidekiq). This behaviour seems bad, and my guess is that all users of sidekiq-repeat have retry: false on their jobs.

Or at least issue a warning?

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