node-resque v5.4.0 Release Notes

Release Date: 2018-06-19 // almost 6 years ago
    • ⏱ Ensure that the scheduler will not end until the current cycle is complete (by @jdwuarin via #251)
    • 👷 Ensure that queue#checkStuckWorkers only clears workers which haven't been cleared by another process (by @jdwuarin via #251)
    • 👷 Relax the requirement to recover a job via forceCleanWorker. If we cannot recover the job/queues of the stuck job, still clear the worker (by @evantahler via #247)