<<<<<<< Updated upstream This command runs health check every 10 mins between hours 18:00 to 08:00. */10 18-23,0-8 * * * /usr/bin/systemctl start health_check.service >> /tmp/cron_health_check.log 2>&1 This command runs health check every 5 mins between hours 10:00 to 17:00(high traffic time). */5 10-17 * * * /usr/bin/systemctl start health_check.service >> /tmp/cron_health_check.log 2>&1 ======= >>>>>>> Stashed changes