https://github.com/b4fun/cron
A visual cron.
https://github.com/b4fun/cron
Last synced: 4 months ago
JSON representation
A visual cron.
- Host: GitHub
- URL: https://github.com/b4fun/cron
- Owner: b4fun
- Created: 2018-10-14T02:21:17.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-10-14T02:21:32.000Z (over 7 years ago)
- Last Synced: 2025-03-31T22:11:14.577Z (about 1 year ago)
- Size: 0 Bytes
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cron
A visual cron.
## Usage
```
*/1 * * * * python myscript.py
```
in web app:
```
app: python myscript.py
output:
hello, world
```
### Apply new app
```
$ cat app-curl-google.yaml
app:
name: curl google
command:
- curl
- https://www.google.com
schedule:
hour: */4
```
```
$ cronctl apply -f app-curl-google.yaml
```