Scheduled Requests

This example shows you how you can schedule requests at different intervals.

Every Minute

* * * * *

Every 10 mins

*/10 * * * *

Every Hour

0 * * * *

Every 12 hours

0 */12 * * *

Every Day

0 0 * * *

Every Week

0 0 * * 0

Every Month

0 0 1 * *