Releases: actionhero/node-resque
Releases · actionhero/node-resque
v8.0.4
v8.0.3
v8.0.2
v8.0.1
v8.0.0
v7.2.1
v7.2.0
Resilience Updates (#450)
-
Move the act of
poping a job off of a queue to a transaction viawatchandmulti.- This will have speed implications. In a busy system, the occurrences of trying to
"pop"while writes are happening is high. - We may want to move to a LUA implementation to be truly blocking
- This will have speed implications. In a busy system, the occurrences of trying to
-
Add
queue.retryStuckJobs()which is a single method to retry jobs which have failed due to the worker timeout. -
Add
options.retryStuckJobsto the Scheduler, to automatically run the abovequeue.retryStuckJobs()periodically.
v7.1.0
Enhancements
- Add support for IORedis.Cluster type in ConnectionOptions for TypeScript (#438)
JobLockoption reEnqueue to skip trying job again (#449)
Docs
- mention side-effects of using wildcard queue (#421)
- Node Resque Interfaces: Queue, Worker, and Scheduler (486ce01)
Depreciations
- remove depreciated typo emitter (4bad5c9)
Misc
v7.0.6
v7.0.5
- Multi worker cleanup (#346)
- Apply prettier to markdown files (#348)
- Add links to "domain" in documentation (#347)
- Fix checkWrapper typo (#345)
- Fix remaining typo (#377)
- Fix JavaScript mis-spelling typo (#370)
- Multiworker: fix error handler queue interpolation typo (#372)
- Update README.md (typo) (#361)
- Update dependencies