mirror of
https://github.com/mperham/sidekiq.git
synced 2022-11-09 13:52:34 -05:00
props
This commit is contained in:
parent
491e3ff33b
commit
4614ba11eb
1 changed files with 2 additions and 0 deletions
|
@ -1,6 +1,8 @@
|
|||
HEAD
|
||||
-----------
|
||||
|
||||
- Add optional middleware FailureJobs which saves failed jobs to a
|
||||
'failed' queue (fbjork)
|
||||
- Upon shutdown, workers are now terminated after 5 seconds. This is to
|
||||
meet Heroku's hard limit of 10 seconds for a process to shutdown. (mperham)
|
||||
- Refactor middleware API for simplicity, see sidekiq/middleware/chain. (mperham)
|
||||
|
|
Loading…
Add table
Reference in a new issue