node-resque v7.1.0 Release Notes

Release Date: 2020-09-30 // over 3 years ago
  • ✨ Enhancements

    • ➕ Add support for IORedis.Cluster type in ConnectionOptions for TypeScript (#438)
    • 👷 JobLock option reEnqueue to skip trying job again (#449)

    📄 Docs

    • mention side-effects of using wildcard queue (#421)
    • ⏱ Node Resque Interfaces: Queue, Worker, and Scheduler (486ce01)

    Depreciations

    • ✂ remove depreciated typo emitter (4bad5c9)

    Misc

    • replace declarations of var with const or let (#440)
    • ✅ test against node v14 rather than v13 (#419)
    • ⚡️ Update all dependencies to latest versions