task-scheduler-collection

A collection of different types of task scheduler


Keywords
scheduler, task
License
MIT
Install
npm install task-scheduler-collection@1.0.1

Documentation

task-scheduler-collection

A collection of different types of task scheduler.

Version on npm Build status

This library follows Node.js stability index. Examples are available in the example folder.

Available schedulers

  • SingleInstanceTaskScheduler: A task scheduler which have at most one running task at any time. Stability: 2 - Stable.

License

This module is licensed under the MIT License.