You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 31, 2020. It is now read-only.
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.