1
0
Fork 0
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:
Mike Perham 2019-11-30 10:18:10 -08:00
parent 83c9524fb4
commit 4deadba372

View file

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