kue-jm

a job manager tool for handling sub jobs sequentially in Kue.js

Usage no npm install needed!

<script type="module">
  import kueJm from 'https://cdn.skypack.dev/kue-jm';
</script>

README

kue-jm

Build Status

a J(ob) M(anager) tool for handling tasks(sub job) sequentially in Kue.js

Installation

npm i

npm test

Feature

  • Base on Kue.js
  • Support redis sentinel
  • Allow parent-child task design
  • Auto revert tasks to clean side efforts

Examples

if you want see more detail information, please set DEBUG=jm:* ;

TODO

  • implemented with event emitter.
  • support more job status query.
  • support more error handler.