1
0
Fork 0
mirror of https://github.com/mperham/sidekiq.git synced 2022-11-09 13:52:34 -05:00
This commit is contained in:
Mike Perham 2020-11-03 11:23:00 -08:00
parent 8ceffc1eb3
commit 7d78711672

View file

@ -155,7 +155,7 @@ assert_equal 1, Sidekiq::Extensions::DelayedMailer.jobs_for(FooMailer).size
This release has major breaking changes. Read and test carefully in production.
- With Rails 6.0.1+, ActiveJobs can now use `sidekiq_options` directly to configure Sidekiq
- With Rails 6.0.2+, ActiveJobs can now use `sidekiq_options` directly to configure Sidekiq
features/internals like the retry subsystem. [#4213, pirj]
```ruby
class MyJob < ActiveJob::Base