Working with Cron Jobs in Drupal 7 Updated on August 16, 2021 by Carrie Smaha 1 Minutes, 11 Seconds to Read A cron job is script on the server that is set to run at specific intervals. When you install Drupal 7, it configures its own cron job that handles many important system tasks, such as: Searching for updates to the Drupal core Searching for updates to the Drupal modules Indexing your website’s content Running routine maintenance tasks such as clearing log files Setting the Frequency of the Cron Drupal 7 By default the cron job in Drupal 7 runs every 3 hours. However, since running the cron job and be intensive on the server, if you do not need to have it run every 3 hours it’s best practice to set a lower time to run. Keep in mind. At any time, you can manually run the cron job which we’ll cover in the next section. Log into the Drupal Dashboard Go to Configuration >> System >> Cron Change the cron job frequency from the drop down menu Click “Save configuration” running the Cron Manually in Drupal 7 Anytime you add content to your site you will want to run the cron. Since the cron job handles indexing of the content on your site, running the cron will make the newly added content searchable through the search bar on your website. Log into your Drupal dashboard Go to Configuration >> System >> Cron Click “Run cron” For more step-by-step guides and practical tips, visit our Drupal Education Channel. Share this Article Carrie Smaha Senior Manager Marketing Operations Carrie Smaha is a Senior Marketing Operations leader with over 20 years of experience in digital strategy, web development, and IT project management. She specializes in go-to-market programs and SaaS solutions for WordPress and VPS Hosting, working closely with technical teams and customers to deliver high-performance, scalable platforms. At InMotion Hosting, she drives product marketing initiatives that blend strategic insight with technical depth. More Articles by Carrie Related Articles Getting Started Guide: Drupal How to Use the Simple XML Sitemap Drupal Module Finding 404 page not found errors in Drupal 7 Removing the site title in Drupal 8 Content Types in Drupal 8 Disabling user images for posts and comments in Drupal 8 How to add an image in Drupal 7 How to upload your custom logo in your Drupal 7 theme Setting custom logos in your Drupal 8 theme Fixing the “An unrecoverable error occurred” error in Drupal