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

https://github.com/b4fun/cron

A visual cron.
https://github.com/b4fun/cron

Last synced: 4 months ago
JSON representation

A visual cron.

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
```