This repository has been archived by the owner on Aug 31, 2020. It is now read-only.
- The
acknowledge
method on aJob
instance now accepts astatus
argument (defaulting topending
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.