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