Sha256: 6cb93557269f33089414d9dd88225d07a0eb6ad2ed484280ba3e125fee8f3728

Contents?: true

Size: 610 Bytes

Versions: 3

Compression:

Stored size: 610 Bytes

Contents

---
name: Bug report
about: Create a report to help us improve

---

**Describe the bug**
A clear and concise description of what the bug is.

**Expected behavior**
A clear and concise description of what you expected to happen.

**Current behavior**
What happens instead of the expected behavior?

**Worker class**

```ruby
class MyWorker
  include Sidekiq::Worker
  sidekiq_options unique: :until_executed, queue: :undefault
  def perform(args); end

  def self.unique_args(args)
    # the way you consider unique arguments
  end
end
```

**Additional context**
Add any other context about the problem here.

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
sidekiq-unique-jobs-6.0.0.rc6 .github/ISSUE_TEMPLATE/bug_report.md
sidekiq-unique-jobs-6.0.0.rc5 .github/ISSUE_TEMPLATE/bug_report.md
sidekiq-unique-jobs-6.0.0.rc4 .github/ISSUE_TEMPLATE/bug_report.md