- Update Typescript type definitions (thanks @brickyang for #98).
- Update Typescript type definitions (thanks @brickyang for #94).
- Add Typescript type definitions (thanks @pbadenski for #80 and @martinwepner for #89).
- Support sharing the redis command client between Queues.
- Add documentation, add tests for expected behavior.
- 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
- Bump node-redis dependency to 1.0.0
- Initial release
- Early development