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
|
||||
|
||||
- **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
|
||||
|
|
@ -211,4 +210,4 @@ ZEROLOG_LEVEL=debug ./scron
|
|||
This project is open source. Please check the repository for license details.
|
||||
|
||||
---
|
||||
*Generated with Crush*
|
||||
*Generated with Crush*
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue