sidekiq-unique-jobs icon indicating copy to clipboard operation
sidekiq-unique-jobs copied to clipboard

Prevents duplicate Sidekiq jobs

Results 62 sidekiq-unique-jobs issues
Sort by recently updated
recently updated
newest added

**Describe the bug** I have a strange startup bug with this error: `Unsupported command argument type: Array` ``` vendor/bundle/ruby/3.2.0/gems/redis-client-0.22.2/lib/redis_client/command_builder.rb:37:in `block in generate': Unsupported command argument type: Array raise TypeError, "Unsupported...

**Describe the bug** Currently, the `lock_prefix` configuration option is ignored, and all created locks currently all use the global default `uniquejobs`. I believe this to be a regression from #774,...