pschlan / cron-job.org

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

How to set custom timeout for say 17 minutes #149

Closed battaputha123 closed 1 year ago

battaputha123 commented 1 year ago

What is the correct way of setting the timeout for say a custom amount of minutes (say 17)

this means the crontab expression */17 * * * *

i don't know how to achieve the */17 part from the UI by selecting minutes

pschlan commented 1 year ago

For that expression, you can use a custom schedule like this:

battaputha123 commented 1 year ago

Thanks for the reply! Yeah, this is somewhat what I tried. The issue I was having was after 51 the next execution is at 0 which is 9 minutes apart.

pschlan commented 1 year ago

I believe this is also they way the cron daemon works when using */17, so the suggested custom schedule should still match the expression.