Skip to content

Cron Jobs

Open Cron Jobs page

The Cron Jobs configuration page allows administrators to manage scheduled tasks that run at regular intervals to perform maintenance operations on the site. Key settings include:

  • Cron Frequency: Set how often the cron tasks should run (e.g., every 3 hours, daily), ensuring regular maintenance and updates.
  • Cron Jobs: View a list of all tasks scheduled to run during each cron execution, such as clearing caches, indexing search results, and checking for updates.
  • Manual Run: Option to manually run cron jobs immediately to address urgent maintenance needs.
  • Logging and Notifications: Configure logging options to track cron job executions and set up notifications for successful runs or errors.

Configuring cron jobs ensures that routine maintenance tasks are automated, keeping your site running smoothly and efficiently, while also providing transparency and control over the process.

More information can be found on the Drupal documentation about Cron Automated Tasks.