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
Right now, the easiest way to run once an hour is to say hours(), but this has readability issues, whereas hours(*) would probably make more sense to someone glancing at it. Do let's do that and deprecate the empty expression format. This should also make things like hours(*, !6) easy to write.
The text was updated successfully, but these errors were encountered:
Right now, the easiest way to run once an hour is to say
hours()
, but this has readability issues, whereashours(*)
would probably make more sense to someone glancing at it. Do let's do that and deprecate the empty expression format. This should also make things likehours(*, !6)
easy to write.The text was updated successfully, but these errors were encountered: