node-resque v5.5.3 Release Notes

Release Date: 2019-02-07 // about 5 years ago
  • 👷 Gracefully & in-parallel stop multiworker

    👷 Now when multiworker is asked to stop, all workers are told to stop at the same time. This way, no worker can pick up a new job while waiting for the other workers to stop.

    ➕ Adding args property to job object when reEnqueue event was emitted

    Misc

    • 📚 Documentation updates about worker.end
    • ⚡️ dependencies updates and code format updated for latest ESLint version