Cron job to run every 6 hours
Hi,
I want to run the task for every 6 hours on particular time. ie., (12 AM, 6 AM, 12 PM and 6 PM),
1. I tried the normal unix/linux cron format to run the task on every 6 hours, But Ylastic doesn't support the cron format it seems. This is my cron entry (0 0,6,12,18 * * *).
2. How to change the task's time zone. By default it shows -4.00 (Atlantic timezone)
Comments are currently closed for this discussion. You can start a new one.
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
Support Staff 1 Posted by Ylastic on 01 Jul, 2015 11:11 AM
Try this. This is the unix cron format to run every 6 hours 0 */6 * * *
The tasks all run in US eastern TZ currently. It is on our list to add TZ support.
thanks!
Support Staff 2 Posted by Ylastic on 03 Jul, 2015 12:32 PM
Checking back to see if you are all set now.
thanks
Ylastic closed this discussion on 03 Feb, 2017 01:33 PM.