You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The trigger spec for schedule plugins takes schedule:<some cron expression>. After working with it, I realize that it's probably better to have it be cron:<some cron expression> as @jacksonrnewhouse had it initially.
However, I'd also like to add every:<some human time duration> as an alternative syntax for specifying the schedule. Then it would run every time that duration of time passes. It should start on the interval (i.e. 1h would start at the top of the hour).
The text was updated successfully, but these errors were encountered:
The trigger spec for schedule plugins takes
schedule:<some cron expression>
. After working with it, I realize that it's probably better to have it becron:<some cron expression>
as @jacksonrnewhouse had it initially.However, I'd also like to add
every:<some human time duration>
as an alternative syntax for specifying the schedule. Then it would run every time that duration of time passes. It should start on the interval (i.e. 1h would start at the top of the hour).The text was updated successfully, but these errors were encountered: