mirror of
https://github.com/mperham/sidekiq.git
synced 2022-11-09 13:52:34 -05:00
fixes #4729
This commit is contained in:
parent
8ceffc1eb3
commit
7d78711672
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue