Skip to content
This repository has been archived by the owner on Aug 31, 2020. It is now read-only.

2.2.0

Latest
Compare
Choose a tag to compare
@DamonOehlman DamonOehlman released this 09 Oct 00:37
· 13 commits to master since this release
  • The acknowledge method on a Job instance now accepts a status argument (defaulting to pending if not supplied).
  • Continual monitoring of the queue uses process.nextTick to avoid max call stack errors for long running processes that involve little activity on a queue endpoint.