Awesome Go

cheek

CategoryJob Scheduler
SubcategoryJob Scheduler
Stars0

A simple crontab like scheduler that aims to offer a KISS approach to job scheduling

About cheek

cheek

GitHub tag (latest SemVer) workflow Go Report Card Go Reference Awesome love

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/bart6114/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.

GitHub Contributors

Frequently Asked Questions

What is cheek?

cheek is a Job Scheduler library for the Go programming language. A simple crontab like scheduler that aims to offer a KISS approach to job scheduling

How do I install cheek?

Install cheek with the Go module system using `go get bart6114/cheek`. Check the repository for the current installation instructions.

What category does cheek belong to?

cheek is listed under Job Scheduler, specifically Job Scheduler.

← Back to Job Scheduler