Running cron job every 12 hours (twice a day)
cron crontab General Articles jobs scheduler TecAdmin

Running cron job every 12 hours (twice a day)

Some of the tasks are required to run twice per day. You can use */12 in hours section to schedule a job to run at 12AM and 12PM daily. Sometimes you need to run crontab…