mirror of
https://github.com/mperham/sidekiq.git
synced 2022-11-09 13:52:34 -05:00
changes
This commit is contained in:
parent
e2244b1812
commit
2df8e52da6
1 changed files with 1 additions and 0 deletions
|
@ -10,6 +10,7 @@
|
|||
- **NEW** Enable ActiveRecord query cache within jobs by default [#3718, sobrinho]
|
||||
This will prevent duplicate SELECTS; cache is cleared upon any UPDATE/INSERT/DELETE.
|
||||
See the issue for how to bypass the cache or disable it completely.
|
||||
- Scheduler timing is now more accurate, 15 -> 5 seconds [#3734]
|
||||
- Exceptions during the :startup event will now kill the process [#3717]
|
||||
- Make `Sidekiq::Client.via` reentrant [#3715]
|
||||
- Fix use of Sidekiq logger outside of the server process [#3714]
|
||||
|
|
Loading…
Reference in a new issue