EDDYMENS

Last updated 2022-11-05 03:50:45

What Is A Cronjob?

Table of contents

Definition

A Cron Job is what you set up if you need a script or piece of code to be executed sometime in the future, once or at intervals.

Use cases and Examples

Cron jobs are usually set up to run tasks at regular intervals. This includes things like backing up data on a server [→] or sending out emails.

Operating systems [→] like Linux allows you to do this from the command line. In this case the script to be run is scripted using shell [→].

Summary

Without cronjobs, tasks that need to recur regularly will require a human, either the end-user or developer, to trigger the task.

Here is another article you might like 😊 "Diary Of Insights: A Documentation Of My Discoveries"