Understand the supported Cron spec formats
masterThe library supports two primary scheduling formats:
- Standard Cron: The default format (e.g., used by Linux
cron). The first field isminute. - Quartz Format: An opt-in format (commonly used in Java) that includes a
secondsfield. Note that theyearfield supported by Quartz is not supported by this library.