mirror of
https://github.com/StarFleetCPTN/GoMFT.git
synced 2026-09-08 23:50:48 +02:00
- Removed manual parsing and validation of cron expressions, relying on the cron instance's AddFunc for validation. - Enhanced error logging to provide more informative messages when scheduling fails, including the original schedule string. - Streamlined the scheduling process by using the original schedule directly, improving code clarity and maintainability. https://github.com/StarFleetCPTN/GoMFT/issues/71