resque-scheduler v2.1.0 Release Notes

Release Date: 2013-09-20 // over 10 years ago
  • โž• Added

    • โž• Add #scheduled_at which returns an array of timestamps at which the specified job is scheduled
    • โž• Add #enqueue_delayed for enqueueing specific delayed jobs immediately
    • ๐ŸŒ Show server local time in resque-web
    • Add support for configuring Resque::Scheduler.poll_sleep_amount via the INTERVAL environmental variable.

    ๐Ÿ”„ Changed

    • Locking to resque < 1.25.0 (for now)
    • ๐Ÿ”€ Syncing stdout/stderr
    • ๐Ÿ”ง Using a logger instead of #puts, configurable via LOGFILE, VERBOSE, and MUTE environmental variables, as well as being settable via Resque::Scheduler#logger
    • ๐Ÿ‘ท Enqueue immediately if job is being enqueued in the past

    โœ‚ Removed

    • Dependency on Resque::Helpers

    ๐Ÿ›  Fixed

    • โฑ Ensuring Resque.schedule= sets rather than appends
    • ๐Ÿ›  Process daemonization fixes including stdio redirection and redis client reconnection
    • โฑ Scheduler template when arrays are passed to rufus-scheduler
    • ๐Ÿ›  Fixed shutdown in ruby 2.0.0