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
e7eca11811
commit
5019436aa6
1 changed files with 3 additions and 1 deletions
|
@ -1,6 +1,8 @@
|
|||
Upcoming
|
||||
2.9.0
|
||||
-----------
|
||||
|
||||
- Raise an error within workers which don't finish within the hard
|
||||
timeout. This is to prevent unwanted database transaction commits. [#377]
|
||||
- Lazy load Redis connection pool, you no longer need to specify
|
||||
anything in Passenger or Unicorn's after_fork callback [#794]
|
||||
- Provides ability to hook onto failure after max retries failed. [jkassemi, #780]
|
||||
|
|
Loading…
Add table
Reference in a new issue