Intro

a cron job is an automated task that’s set to run in scheduled intervals, they’re used to execute future tasks in Unix based systems. They alleviate the need to do repeating tasks manually, minimizing human-error (by missing a scheduled task) and increase efficiency.

For a full dive check out this clipping from Hostinger, What is a cron job understanding cron syntax and how to configure cron jobs.

My Cron job examples


Resources