adonisjs-queue
Version:
An addon/plugin package to provide driver-based job queueing services in AdonisJS 4.0+
67 lines (46 loc) • 1.8 kB
Markdown
<a name="0.1.10"></a>
# 0.1.10 (2020-04-21)
### Fixed
- Fixed README.md code example
- Fixed `retryCount` issue by [@afolabiabass](https://github.com/afolabiabass) Related: [Issue #9](https://github.com/stitchng/adonis-queue/issues/9)
### Feature Added
- Updated dependency *bee-queue* to v1.2.3
<a name="0.1.9"></a>
# 0.1.9 (2019-11-23)
### Feature Added
- Added `delayUntil` config to delay firing off a job by seconds specified
<a name="0.1.8"></a>
# 0.1.8 (2019-09-28)
### Fixed
- Fixed `Error: Cannot call Queue#process twice` by [@MarkDylan49](https://github.com/MarkDylan49). and [@sn0rcha](https://github.com/sn0rcha)
Related: [Issue #4](https://github.com/stitchng/adonis-queue/issues/4)
Related: [Issue #5](https://github.com/stitchng/adonis-queue/issues/5)
<a name="0.1.7"></a>
# 0.1.7 (2019-07-18)
### Fixed
- Fixed: Error on `Queue.close()` local handler whenever **HttpException** occurs
<a name="0.1.6"></a>
# 0.1.6 (2019-07-10)
### Fixed
- Fixed `TypeError: this.queuesPool is not iterable` by [@stitchng](https://github.com/stitchng). Related: [Issue #3](https://github.com/stitchng/adonis-queue/issues/3)
<a name="0.1.5"></a>
# 0.1.5 (2019-05-29)
### Fixed
- Fixed Make:Job command path and Regex for flag validation by [@leandrofinger](https://github.com/leandrofinger).
Related: [Issue #2](https://github.com/stitchng/adonis-queue/issues/2)
<a name="0.1.4"></a>
# 0.1.4 (2019-05-25)
### Bug Fixed
- Fixed coverage test coverage ( coveralls )
<a name="0.1.3"></a>
# 0.1.3 (2019-04-18)
### Feature Added
- Setup standard error messages
<a name="0.1.2"></a>
# 0.1.2 (2019-04-17)
### Bug Fixes
- Fixed typo in link for package.json file
<a name="0.1.1"></a>
# 0.1.1 (2019-04-16)
### Bug Fixes
- None