Resque v2.0.0 Release Notes
Release Date: 2018-11-06 // over 4 years ago-
๐ Fixed
- ๐ Fix Airbrake failure backend
- ๐ Fix failed jobs page "argument out of range" error
๐ Changed
- โ Remove support for Rubies < 2.3
- โ Remove support to Rails < 4
- โฌ๏ธ Reduce the number of redis calls when trying to get the list of queues
- ๐
Only run
eager_load!
ifRails.application.config.eager_load
is true - ๐ฒ Don't display log message if running without hooks
- โ Add Support to Redis 4.0
- โฌ๏ธ Drop complex Redis identifier logic in favor of simple inspect
- ๐ฆ When a child process is killed, report the signal it was terminated with
- ๐ท Report a job that pruned worker was processing
โ Added
- ๐ Allow to configure statistic data store