Support for Predefined Schedules extension
Spikhalskiy opened this issue ยท 4 comments
Spikhalskiy commented
Some cron parsers do support predefined schedules like
@yearly
, @monthly
, @weekly
, etc
For example:
https://pkg.go.dev/github.com/robfig/cron#hdr-Predefined_schedules
https://linux.die.net/man/5/crontab Section #Extensions
Would be great to get them in cron-utils
jmrozanec commented
@Spikhalskiy thank you for this idea. We will work on this functionality. Help is always welcome! ๐
Spikhalskiy commented
@jmrozanec Thanks for the confirmation! I will let you know if I have some time to work on it.
jmrozanec commented
@Spikhalskiy implemented! ๐ A release will follow soon. Thanks!
jmrozanec commented
@Spikhalskiy release 9.1.7 was published! Thanks! ๐