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?
Hey
I was wondering whether it would be a good change to refuse scheduling if the
retryoption of sidekiq is not set tofalse. Currently, ifretry: trueis 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 haveretry: falseon their jobs.Or at least issue a warning?