1
0
Fork 0
mirror of https://github.com/mperham/sidekiq.git synced 2022-11-09 13:52:34 -05:00

give credit

This commit is contained in:
Mike Perham 2019-07-24 11:00:25 -07:00
parent fcff070685
commit dea31322c4

View file

@ -8,7 +8,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.
features/internals like the retry subsystem. [#4213, pirj]
```ruby
class MyJob < ActiveJob::Base
queue_as :myqueue