Skip to content

Releases: adrienjoly/algolia-qyu

Concurrent processing of jobs

11 Oct 08:41
Compare
Choose a tag to compare

More than 1 job can now be run simultaneously, if rateLimit !== null.

Provides job processing statistics

09 Oct 08:58
Compare
Choose a tag to compare

New:

  • Emits stats events regularly, based on the statsInterval option (as provided at instantiation)
  • Event provides the nbJobsPerSecond statistic

Simple implementation: no concurrency

09 Oct 07:16
Compare
Choose a tag to compare

Features:

  • can run up to 1 job at a time
  • events: done, drain, error
  • ability to start and pause the queue
  • optional logging/tracing (debug)
  • automated tests with mocha