Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 977 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 977 Bytes

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.