{"id":12599,"date":"2022-09-11T08:25:58","date_gmt":"2022-09-11T12:25:58","guid":{"rendered":"http:\/\/local.brightwhiz\/?post_type=snippets&p=12599"},"modified":"2022-09-11T08:26:00","modified_gmt":"2022-09-11T12:26:00","slug":"run-cron-job-every-12-hours-twice-daily","status":"publish","type":"snippets","link":"http:\/\/local.brightwhiz\/snippets\/run-cron-job-every-12-hours-twice-daily\/","title":{"rendered":"How to Run cron job Every 12 Hours (Twice a day)"},"content":{"rendered":"\n
This example cron job snippet runs at 12am (00:00:00) and 12pm (12:00:00) daily:<\/p>\n\n\n\n
0 *\/12 * * * your_script.sh<\/code><\/pre>\n\n\n\nThe *\/12 portion executes cron exactly at 12am and 12pm.<\/p>\n\n\n\n
What about a custom time like 6am and 11pm? Set hours like 06,23 (24 hours). Example here:<\/p>\n\n\n\n
0 06,23 * * * your_script.sh<\/code><\/pre>\n","protected":false},"comment_status":"open","ping_status":"closed","template":"","meta":[],"categories":[953,15,16,18],"tags":[77,433,449],"yoast_head":"\nHow to Run cron job Every 12 Hours (Twice a day) [Snippet]<\/title>\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\t\n