Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zhangyuan/cronrunner
A simple cron job runner.
https://github.com/zhangyuan/cronrunner
Last synced: 21 days ago
JSON representation
A simple cron job runner.
- Host: GitHub
- URL: https://github.com/zhangyuan/cronrunner
- Owner: zhangyuan
- License: mit
- Created: 2024-06-24T16:02:41.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-07-10T06:13:52.000Z (6 months ago)
- Last Synced: 2024-11-03T14:59:56.618Z (2 months ago)
- Language: Go
- Size: 27.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
CronJobRunner
## Config
```yaml
jobs:
- id: "foo"
command: echo
args:
- 1
spec: "* * * * *"
log_dir: ./log
```