@superdev-official/kiwi
v0.1.7
Published
Queue job that using file system
Downloads
3
Readme
kiwi
Queue job that using file system. You don't need redis, just a folder.
Documentation here : https://superdevofficial.github.io/kiwi/
Features
- Run async job and preserver order.
- Retry on fail.
- Restore queue from filesystem (usefull if the app crash).
install
npm install --save @superdevofficial/kiwi
How to use it
Look at example in documentation api or in main.spec.ts.