@superdevofficial/kiwi
v0.3.6
Published
[Multi] Queue job that using file system, can share the same folder with other kiwi queues, can share the same ressource with differents bot
Downloads
12
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/kiwiHow to use it
Look at example in documentation api or in main.spec.ts.
