Skip to content

v5.4.0

Compare
Choose a tag to compare
@evantahler evantahler released this 19 Jun 04:41
· 875 commits to main since this release
  • 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)