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 2019-08-28 09:23:17 -07:00
parent 02c39024fd
commit 215a5e01ba

View file

@ -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