Resque v1.25.0 Release Notes

Release Date: 2013-09-16 // over 10 years ago
    • ⚡️ Updates fork method so resque-multi-job-forks monkey patching works again. See discussion at https://github.com/defunkt/resque/pull/895 for more context (@jonhyman)
    • 👉 Use Redis.pipelined to group batches of redis commands. https://github.com/resque/resque/pull/902 (@jonhyman)
    • 🛠 Fixed uninitialize constant for the module/class that contains the perform method causing job failures to no be reported, #792 (@sideshowcoder)
    • 🛠 Fix Resque::Failure::Base.all to have the correct signature. (@rentalutions)
    • Don't close stdio pipes when daemonizing so as to not hide errors. #967 (@sideshowcoder)
    • 🛠 Fix for worker_pids on Windows. #980 (@kzgs)
    • 👷 Only prune workers for queues the current worker knows about. #1000 (!) (@dsabanin)
    • 🚦 Handle duplicate TERM signals. #988 (@softwaregravy)
    • 🛠 Fix issue with exiting workers and unintentionally deregistering the parent when the forked child exits. #1017 (@magec)
    • 🛠 Fix encoding errors with local date formatting. #1065 (@katafrakt)
    • 🛠 Fix CI for 1.8.7 and 1.9.2 modes due to dependencies. #1090 (@adelcambre)
    • 👍 Allow using globs for queue names to listen on, allowing things like listening on staging_*. #1085 (@adelcambre)