Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

Awesome Lists containing this project

README

        

CronJobRunner

## Config

```yaml
jobs:
- id: "foo"
command: echo
args:
- 1
spec: "* * * * *"
log_dir: ./log
```