ci: test with update readme
Some checks failed
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/tag/woodpecker Pipeline failed

This commit is contained in:
kekskurse 2025-07-31 03:38:51 +02:00
parent 31b2514596
commit 72ac992aa0

View file

@ -5,8 +5,7 @@ A lightweight, efficient cron-like scheduler written in Go that executes shell c
## Features
- **Flexible Scheduling**: Schedule jobs using minute and hour patterns with wildcard support
- **Precise Timing**: Executes at exact minute boundaries (second 0) for reliable scheduling
- **Configuration Reloading**: Monitors config file changes for dynamic job updates (every 50 seconds)
- **Configuration Reloading**: Monitors config file changes for dynamic job updates
- **Comprehensive Logging**: Detailed execution logs using `zerolog` with configurable levels
- **Error Handling**: Robust error handling with exit code tracking and output capture
- **Shell Command Support**: Execute any shell command via bash