Skip to main content

Set a cron from Sunday - Thursday

Comments

1 comment

  • Official comment
    Nguyễn An Thuận

    Hi,

    I understand that you want your cronjob to run from Sunday to Thursday, i.e. all weekdays except Friday and Saturday.

    Unlike crontab syntax, we do not support 0 as Sunday in weekday values. Sunday is stored as 7 in our database.

    So you should enter the Time Pattern like this instead:

    0 14 * * 1-4,7

    I hope this helps.

Please sign in to leave a comment.