  You're browsing the documentation for an old version of SupportPal. Consider upgrading to the [latest version](https://docs.supportpal.com/current/Configuring+The+Cron). 

# Configuring the Cron

## Set up Cron Job

Click on the relevant supported installation method below on information on setting up the cron job in that environment.

- [Linux](Deploy+on+Linux#SetUpCronJob)
- [cPanel](Deploy+on+cPanel#SetUpCronJob)

  **Docker**  
 No further set up is required on Docker as the cron job is automatically configured during the installation. 

## Verify the Cron is Running

 As the cron job is used to send out emails amongst many other tasks, it is paramount that it is running successfully. You can verify it is running by going to *Settings* -> *General* -> *Scheduled Tasks*, the status bar will be green and all the tasks will have a recent last run time. Otherwise you should check over the configuration of the cron job, this includes ensuring the configuration for PHP CLI (usually different to the web server process) also passes the system requirements.

  **Tip**  
 We highly recommend to ensure that you're subscribed to errors generated by the cron. On Linux, this can be achieved using the [MAILTO setting](https://www.cyberciti.biz/faq/linux-unix-crontab-change-mailto-settings/).