mirror of
https://github.com/mperham/sidekiq.git
synced 2022-11-09 13:52:34 -05:00
update changes
This commit is contained in:
parent
ad38803a8c
commit
dc3c69065b
1 changed files with 8 additions and 0 deletions
|
@ -3,6 +3,14 @@
|
|||
HEAD
|
||||
-----------
|
||||
|
||||
- Pass last exception to sidekiq\_retries\_exhausted block [#2787, Nowaker]
|
||||
```ruby
|
||||
class MyWorker
|
||||
include Sidekiq::Worker
|
||||
sidekiq_retries_exhausted do |job, exception|
|
||||
end
|
||||
end
|
||||
```
|
||||
- Tag quiet processes in the Web UI [#2757, jcarlson]
|
||||
- Add native support for ActiveJob's `set(options)` method allowing
|
||||
you to override worker options dynamically. This should make it
|
||||
|
|
Loading…
Add table
Reference in a new issue