Resque v1.20.0 Release Notes

Release Date: 2012-02-17 // about 12 years ago
    • ๐Ÿ›  Fixed demos for ruby 1.9 (@BMorearty, #445)
    • ๐Ÿ›  Fixed #requeue tests (@hone, #500)
    • ๐Ÿ’ป Web UI: optional trailing slashes of URLs (@elisehuard, #449)
    • ๐Ÿ‘ Allow * to appear anywhere in queue list (@tapajos, #405, #407)
    • Wait for child with specific PID (@jacobkg)
    • ๐Ÿ‘ป #decode raise takes a string when re-raising as a different exception class (Trevor Hart)
    • ๐Ÿ‘‰ Use Sinatra's pubilc_folder if it exists (@defunkt, #420, #421)
    • ๐Ÿ‘ท Assign the job's worker before calling before_fork (@quirkey)
    • ๐Ÿ›  Fix Resque::Helpers#constantize to work correctly on 1.9.2 (@rtlong)
    • โž• Added before & after hooks for dequeue (@humancopy, #398)
    • ๐Ÿ‘ daemonize support using ENV["BACKGROUND"] (@chrisleishman)
    • ๐Ÿšš requeue and remove failed jobs by queue name (@evanwhalen)
    • ๐ŸŒ -r flag for resque-web for redis connection (@gjastrab)
    • โž• Added Resque.enqueue_to: allows you to specif the queue and still run hooks (@dan-g)
    • 0๏ธโƒฃ Web UI: Set the default encoding to UTF-8 (@elubow)
    • ๐Ÿ›  fix finding worker pids on JRuby (John Andrews + Andrew Grieser)
    • โž• Added distributed redis support (@stipple)
    • โž• Added better failure hooks (@raykrueger)
    • โž• Added before & after dequeue hooks (@humancopy)