pschlan / cron-job.org

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

How i can set my own cron schedule expressions? #225

Closed ffscz closed 7 months ago

ffscz commented 7 months ago

Hello, how can I please set my own Cron start interval? For example: “At minute 20 past every 2nd hour.” 20 /2

In the Custom section, I cannot individually edit the expression at all.

Thank You

pschlan commented 7 months ago

In the custom section, you define the schedule by selecting items from the respective fields (Day of month, Day of week, etc). For the schedule you specified:

There's currently no way to enter a cron expression directly, that is tracked in https://github.com/pschlan/cron-job.org/issues/12