pschlan / cron-job.org

cron-job.org Open Source project
GNU General Public License v2.0
1.45k stars 251 forks source link

Run every six days #122

Closed foremtehan closed 2 years ago

foremtehan commented 2 years ago

Hey man thanks for the amazing service

I want to run specific cronjob every six days, i mean this expression

0 0 */6 * *

But coudn't find the way with the site UI, Is there any setting that gives me ability to edit expression directly ?

rohit-chouhan commented 2 years ago

agree

pschlan commented 2 years ago

You can use the custom schedule and, from the "Days of month" list, pick every 6th entry. For day of week and months, select everything, and for hour and minute, select only 0. That will emulate the behaviour of the expression you posted (0 0 */6 * *).