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

Releases: DamonOehlman/remotejob

2.2.0

09 Oct 00:37

Choose a tag to compare

  • 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.