This repository was archived by the owner on Mar 17, 2025. It is now read-only.
v1.1.0
Queueconstructor returns the instantiated queue instead of a promise- Graceful shutdown of a queue is now possible using the instantiated object's
shutdown()method - Synchronously thrown errors in a
processingFunctionare now caught and passed to thereject()handler - All logging is now at Winston's
debuglevel to reduce log pollution