cheek
is a pico-sized declarative job scheduler designed to excel in a single-node environment. cheek
aims to be lightweight, stand-alone and simple. It does not compete for robustness.
Fetch the latest version for your system:
darwin-arm64 | darwin-amd64 | linux-386 | linux-arm64 | linux-amd64
curl -L https://github.com/bart6114/cheek/releases/latest/download/cheek-darwin-amd64 -o cheek
chmod +x cheek
./cheek run schedule.yaml
For comprehensive documentation, configuration options, examples, and advanced features, visit:
cheek
is building on top of many great OSS assets. Notable thanks goes to:
- gronx: for allowing me not to worry about CRON strings.