Cron job

A cron job is a server command that runs periodically at fixed times, dates, or intervals. Generally, cron jobs are scheduled to run at times when the web application has the least number of visitors, this to not negatively impact user experience. Well-known examples of cron jobs are automatic updates or back-ups.