Resque v1.14.0 Release Notes

Release Date: 2011-03-17 // about 13 years ago
    • Sleep interval can now be a float
    • โž• Added Resque.inline to allow in-process performing of jobs (for testing)
    • ๐Ÿ›  Fixed tests for Ruby 1.9.2
    • โž• Added Resque.validate(klass) to validate a Job
    • Decode errors are no longer ignored to help debugging
    • ๐ŸŒ Web: Sinatra 1.2 compatibility
    • ๐Ÿ›  Fixed after_enqueue hook to actually run in Resque.enqueue
    • ๐Ÿ›  Fixed very_verbose timestamps to use 24 hour time (AM/PM wasn't included)
    • ๐Ÿ›  Fixed monit example
    • ๐Ÿ›  Fixed Worker#pid