pschlan / cron-job.org

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

How to schedule for every 15 minutes through API? #134

Closed Sulivan1999 closed 2 years ago

Sulivan1999 commented 2 years ago

Hey! I'm trying to schedule a cron every 15 minutes via an API request. I checked the documentation but I couldn't understand how I can make this markup in this period of time.

pschlan commented 2 years ago

Try this: In the JobSchedule object, set hours, mdays, months and wdays to [-1] and minutes to [0, 15, 30, 45].