Resque v2.0.0 Release Notes

Release Date: 2018-11-06 // over 5 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! if Rails.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