mirror of
https://github.com/mperham/sidekiq.git
synced 2022-11-09 13:52:34 -05:00
tweak
This commit is contained in:
parent
02c39024fd
commit
215a5e01ba
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,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 there are features (e.g. unique jobs) which do not work with AJ.
|
||||
Sidekiq::Worker APIs as some Sidekiq features (e.g. unique jobs) do not work well with AJ.
|
||||
```ruby
|
||||
class MyJob < ActiveJob::Base
|
||||
queue_as :myqueue
|
||||
|
|
Loading…
Add table
Reference in a new issue