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
{{ message }}
This repository has been archived by the owner on Feb 20, 2018. It is now read-only.
It is not entirely clear that by cron expression you mean including the job definition.
So * * * * * myjob.sh parses, but * * * * * doesn't.
Call me paranoid, but I only wanted to parse the time definition part and didn't want to paste in my embarassing job-name. So it took me ages to understand how to get it to work.
After that, it was plain sailing!
The text was updated successfully, but these errors were encountered:
It is not entirely clear that by cron expression you mean including the job definition.
So
* * * * * myjob.sh
parses, but* * * * *
doesn't.Call me paranoid, but I only wanted to parse the time definition part and didn't want to paste in my embarassing job-name. So it took me ages to understand how to get it to work.
After that, it was plain sailing!
The text was updated successfully, but these errors were encountered: