cron icon indicating copy to clipboard operation
cron copied to clipboard

Support `@every` to format a schedule at fixed intervals

Open photino opened this issue 3 years ago • 2 comments

It seems that we have supported predefined schedules like @yearly. Any plan to support @every <duration>?

photino avatar Oct 11 '21 07:10 photino

@yearly and friends are common (though nonstandard) shortcuts. I don't think I've seen @every in a crontab before. Which implementation(s) support it? Can you point me to some docs?

zslayton avatar Oct 11 '21 21:10 zslayton

The cron lib in golang has an implementation.

photino avatar Oct 12 '21 08:10 photino