-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
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?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels