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

update changes

This commit is contained in:
Mike Perham 2013-03-26 23:03:03 -07:00
parent e7eca11811
commit 5019436aa6

View file

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