An open API service indexing awesome lists of open source software.

https://github.com/tsmx/timerjobservice

A service for configuring, executing and controlling scheduled timer jobs using cron.
https://github.com/tsmx/timerjobservice

Last synced: over 1 year ago
JSON representation

A service for configuring, executing and controlling scheduled timer jobs using cron.

Awesome Lists containing this project

README

          

# TimerJobService

A generic service for executing and maintaining scheduled timer jobs using the [cron](https://npmjs.com/package/cron) package.

Including:
- minimalistic Mongoose MongoDB model for storing job definitions and job logging
- logging via Winston
- basic API for start/stop/status of a timer job