How to set cron job which runs every three minutes? |
After logging in, click on “Add new cron job”, enter a cron job name (optional), choose following configurations in time setting dropdown boxes:
Minute: */3
Hour: *
Day: *
Month: *
Weekday: *
Enter the URL you want to call and choose the rest settings if necessary, click on “Create” button, wait until the notice popups, you're done.
The final time pattern will be */3 * * * * after the cron job is added.
Note: Minimum interval of three minute is only available for premium users.