ci: test with update readme
This commit is contained in:
parent
31b2514596
commit
72ac992aa0
1 changed files with 2 additions and 3 deletions
|
|
@ -5,8 +5,7 @@ A lightweight, efficient cron-like scheduler written in Go that executes shell c
|
||||||
## Features
|
## Features
|
||||||
|
|
||||||
- **Flexible Scheduling**: Schedule jobs using minute and hour patterns with wildcard support
|
- **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
|
||||||
- **Configuration Reloading**: Monitors config file changes for dynamic job updates (every 50 seconds)
|
|
||||||
- **Comprehensive Logging**: Detailed execution logs using `zerolog` with configurable levels
|
- **Comprehensive Logging**: Detailed execution logs using `zerolog` with configurable levels
|
||||||
- **Error Handling**: Robust error handling with exit code tracking and output capture
|
- **Error Handling**: Robust error handling with exit code tracking and output capture
|
||||||
- **Shell Command Support**: Execute any shell command via bash
|
- **Shell Command Support**: Execute any shell command via bash
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue