This repository was archived by the owner on Aug 31, 2020. It is now read-only.
- The
acknowledgemethod on aJobinstance now accepts astatusargument (defaulting topendingif not supplied). - Continual monitoring of the queue uses
process.nextTickto avoid max call stack errors for long running processes that involve little activity on a queue endpoint.