robfig / cron

a cron library for go
MIT License
13.14k stars 1.63k forks source link

cron expression failed to be parsed - unknown unit "d" #517

Open milahu opened 9 months ago

milahu commented 9 months ago

would be nice to use @every 3d instead of @every 72h or @every 2w instead of @every 336h

because days and weeks are easy to define, months and years are harder...

continue https://github.com/go-co-op/gocron/issues/679