Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ming-tsai/cron-dynamically
A lab for managing the cron job by Yaml file using the package node-cron.
https://github.com/ming-tsai/cron-dynamically
cron dynamically-schedule node-cron yaml-configuration
Last synced: 12 days ago
JSON representation
A lab for managing the cron job by Yaml file using the package node-cron.
- Host: GitHub
- URL: https://github.com/ming-tsai/cron-dynamically
- Owner: ming-tsai
- License: mit
- Created: 2021-05-25T18:31:36.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-30T12:44:57.000Z (almost 2 years ago)
- Last Synced: 2023-03-03T19:58:02.367Z (over 1 year ago)
- Topics: cron, dynamically-schedule, node-cron, yaml-configuration
- Language: TypeScript
- Homepage:
- Size: 135 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cron-dynamically
A lab for managing the cron job by Yaml file using the package `node-cron`.### Example logs
```bash
[nodemon] restarting due to changes...
[nodemon] starting `ts-node src/index.ts`
The task hello-word has started
The task typing-somethings has started
Wed May 26 2021 15:56:00 GMT-0400 (Bolivia Time) 1127ffe3-7bae-4397-a61e-4b6802785b81 */1 * * * * Hello Word
Wed May 26 2021 15:57:00 GMT-0400 (Bolivia Time) 1127ffe3-7bae-4397-a61e-4b6802785b81 */1 * * * * Hello Word
Wed May 26 2021 15:57:00 GMT-0400 (Bolivia Time) dde382d8-ffa9-4b7a-b0d0-770515e872e8 */3 * * * * typing somethings
Wed May 26 2021 15:58:00 GMT-0400 (Bolivia Time) 1127ffe3-7bae-4397-a61e-4b6802785b81 */1 * * * * Hello Word
Wed May 26 2021 15:59:00 GMT-0400 (Bolivia Time) 1127ffe3-7bae-4397-a61e-4b6802785b81 */1 * * * * Hello Word
Wed May 26 2021 16:00:00 GMT-0400 (Bolivia Time) 1127ffe3-7bae-4397-a61e-4b6802785b81 */1 * * * * Hello Word
Wed May 26 2021 16:00:00 GMT-0400 (Bolivia Time) dde382d8-ffa9-4b7a-b0d0-770515e872e8 */3 * * * * typing somethings
Wed May 26 2021 16:01:00 GMT-0400 (Bolivia Time) 1127ffe3-7bae-4397-a61e-4b6802785b81 */1 * * * * Hello Word
File has been modified
The task typing-somethings has started
File has been modified
Wed May 26 2021 16:02:00 GMT-0400 (Bolivia Time) dde382d8-ffa9-4b7a-b0d0-770515e872e8 */2 * * * * typing somethings
Wed May 26 2021 16:02:00 GMT-0400 (Bolivia Time) 1127ffe3-7bae-4397-a61e-4b6802785b81 */1 * * * * Hello Word
```## License
[MIT](./LICENSE)