Skip to content
This repository was archived by the owner on Mar 17, 2025. It is now read-only.

v1.1.0

Choose a tag to compare

@firebase-ops firebase-ops released this 27 May 00:53
· 83 commits to master since this release
  • Queue constructor 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 processingFunction are now caught and passed to the reject() handler
  • All logging is now at Winston's debug level to reduce log pollution