You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The feature I'm implementing is causing duplicate jobs in Sidekiq::ScheduledSet, so I would really love to define a set of arguments for my jobs that should be unique across this set, rather than in a queue.
The feature I'm implementing is causing duplicate jobs in
Sidekiq::ScheduledSet, so I would really love to define a set of arguments for my jobs that should be unique across this set, rather than in a queue.