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.
- Host: GitHub
- URL: https://github.com/tsmx/timerjobservice
- Owner: tsmx
- License: mit
- Created: 2019-01-24T21:03:11.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-12-06T21:49:00.000Z (over 1 year ago)
- Last Synced: 2025-01-11T19:23:58.319Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 4.19 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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