mirror of
https://github.com/mperham/sidekiq.git
synced 2022-11-09 13:52:34 -05:00
Add note about dupe job fix
This commit is contained in:
parent
ccd127998a
commit
73e473d215
1 changed files with 3 additions and 0 deletions
|
@ -1,6 +1,9 @@
|
|||
3.2.0
|
||||
-----------
|
||||
|
||||
- **Fix issue which caused duplicate job execution in Rails 3.x**
|
||||
This issue is caused by [improper exception handling in ActiveRecord](https://github.com/rails/rails/blob/3-2-stable/activerecord/lib/active_record/connection_adapters/abstract_adapter.rb#L281) which changes Sidekiq's Shutdown exception into a database
|
||||
error, making Sidekiq think the job needs to be retried. The workaround requires Ruby 2.1. [#1805]
|
||||
- Update how Sidekiq eager loads Rails application code [#1791, jonleighton]
|
||||
- Change logging timestamp to show milliseconds.
|
||||
- Reverse sorting of Dead tab so newer jobs are listed first [#1802]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue