To use the uniqueness with active job:
Sidekiq.default_worker_options = {
'unique' => true,
'unique_args' => proc do |args|
[args.first.except('job_id')]
end
}
SidekiqUniqueJobs.config.unique_args_enabled = true
Maybe you can update the readme for this?
To use the uniqueness with active job:
Maybe you can update the readme for this?