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