cheek

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.
Quick Start
Fetch the latest version for your system:
darwin-arm64 |
darwin-amd64 |
linux-386 |
linux-arm64 |
linux-amd64
curl -L https://github.com/datarootsio/cheek/releases/latest/download/cheek-darwin-amd64 -o cheek
chmod +x cheek
./cheek run schedule.yaml
Documentation
For comprehensive documentation, configuration options, examples, and advanced features, visit:
📚 cheek.barts.space
Acknowledgements
cheek
is building on top of many great OSS assets. Notable thanks goes to:
- gronx: for allowing me not to worry about CRON strings.
