Resque v1.26.0 Release Notes

Release Date: 2016-03-10 // about 8 years ago
  • This changelog is a bit incomplete. We will be much stricter about the changelog for ๐Ÿš€ the next release.

    • ๐Ÿ‘ท rake: when BACKGROUND, ensure worker.reconnect after daemonizing (@yaauie)
    • ๐Ÿ‘ท worker: when searching workers, Worker#pid properly reflects pid of the found worker instead of the current pid. (@yaauie)
    • Add support for RESQUE_PROCLINE_PREFIX environment variable to prefix procline strings with a static identifier. (@rbroemeling)
    • ๐Ÿ”Š Resque::Worker logs errors at the correct logging level (@chrisccerami)