mirror of
https://github.com/mperham/sidekiq.git
synced 2022-11-09 13:52:34 -05:00
didn't make it into 6.0.1
This commit is contained in:
parent
83c9524fb4
commit
4deadba372
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ This release has major breaking changes. Read and test carefully in production.
|
|||
- ActiveJobs can now use `sidekiq_options` directly to configure Sidekiq
|
||||
features/internals like the retry subsystem. Prefer the native
|
||||
Sidekiq::Worker APIs as some Sidekiq features (e.g. unique jobs) do not work well with AJ.
|
||||
(requires Rails 6.0.1)
|
||||
(requires Rails 6.0.2)
|
||||
```ruby
|
||||
class MyJob < ActiveJob::Base
|
||||
queue_as :myqueue
|
||||
|
|
Loading…
Add table
Reference in a new issue