Bee-Queue v1.0.0 Release Notes

Release Date: 2017-08-10 // over 6 years ago
  • ๐Ÿš€ This release significantly overhauls bee-queue, adding promise support, fixing race conditions, improving tests, and adding new features (delayed jobs) and performance flags (storeJobs). It should be nearly backwards-compatible, as it continues to support callbacks.

    • โฌ†๏ธ Upgrade node-redis to 2.7.1
      โœ… Note that redis connection options now match the latest redis.
    • ๐Ÿ‘ท Implement delayed jobs
    • ๐Ÿ›  Implement fixed, exponential backoff strategies
    • โž• Add promise support
    • ๐Ÿ›  Fix race conditions in tests
    • โž• Add new performance settings
    • ๐Ÿ‘ท Emit stalled event for stalled jobs
    • Implement graceful shutdown
    • ๐Ÿ‘Œ Support user-specified jobids (should be non-numeric)
    • โž• Add timeout, stacktraces to job options