v5.4.0
- 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)