Sha256: 454dbf0feba031b90dd80a7104af56a51f18e8b20ec88e57d95078fdbac41f55

Contents?: true

Size: 608 Bytes

Versions: 16

Compression:

Stored size: 608 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 lock: :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

16 entries across 16 versions & 1 rubygems

Version Path
sidekiq-unique-jobs-6.0.13 .github/ISSUE_TEMPLATE/bug_report.md
sidekiq-unique-jobs-6.0.12 .github/ISSUE_TEMPLATE/bug_report.md
sidekiq-unique-jobs-6.0.11 .github/ISSUE_TEMPLATE/bug_report.md
sidekiq-unique-jobs-6.0.10 .github/ISSUE_TEMPLATE/bug_report.md
sidekiq-unique-jobs-6.0.9 .github/ISSUE_TEMPLATE/bug_report.md
sidekiq-unique-jobs-6.0.8 .github/ISSUE_TEMPLATE/bug_report.md
sidekiq-unique-jobs-6.0.7 .github/ISSUE_TEMPLATE/bug_report.md
sidekiq-unique-jobs-6.0.6 .github/ISSUE_TEMPLATE/bug_report.md
sidekiq-unique-jobs-6.0.5 .github/ISSUE_TEMPLATE/bug_report.md
sidekiq-unique-jobs-6.0.4 .github/ISSUE_TEMPLATE/bug_report.md
sidekiq-unique-jobs-6.0.3 .github/ISSUE_TEMPLATE/bug_report.md
sidekiq-unique-jobs-6.0.2 .github/ISSUE_TEMPLATE/bug_report.md
sidekiq-unique-jobs-6.0.1 .github/ISSUE_TEMPLATE/bug_report.md
sidekiq-unique-jobs-6.0.0 .github/ISSUE_TEMPLATE/bug_report.md
sidekiq-unique-jobs-6.0.0.rc8 .github/ISSUE_TEMPLATE/bug_report.md
sidekiq-unique-jobs-6.0.0.rc7 .github/ISSUE_TEMPLATE/bug_report.md