We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Updated Active Job (markdown)
Migrate links to sidekiq/sidekiq
Updated test (markdown)
Revert unnecessary change. It works out of the box with Sidekiq 6.
Without this include, an error would be raised. `NoMethodError: undefined method `sidekiq_options' for MyJob:Class`. See https://github.com/mperham/sidekiq/blob/461ef8392fe8503cda849769fc590a113bd04559/lib/sidekiq/worker.rb#L25
just wanted to clarify AJ retrying, and the useful sidekiq_retries_exhausted shim — would understand if you didn't want to advertise that though :D
https://guides.rubyonrails.org/configuring.html#for-6-1-defaults-from-previous-versions-below-and
+ queue
Fix typo
Clarify language about lack of Sidekiq retry support in ActiveJob
Debunk the common myth that Active Job serializes full objects
Make use of "Active Job" consistent, plus change unnecessarily harsh language around the job id
Correct the Active Job code and defaults.
remove "simply" and explain better (IMO :) what the default behavior is
I believe this information should not be kept hidden away on the changelog files, it should be displayed right with the version of sidekiq that supports it
Minor correction.
Mention that `sidekiq_options` are available in Sidekiq 6+