This is the documentation for concrete5 version 5.6 and earlier. View Current Documentation

Automated Jobs

The automated jobs page lets you perform common system maintenance tasks. Four jobs are installed by default, and each can be run by clicking the black "Play" triangle icon to the left of the Job ID column.

Additional custom jobs can be downloaded from the concrete5 Marketplace or written from scratch.

55editorsguide_auto_jobs.png

Index Search Engine

This job scans all pages on your site and collects text content and stores it in its own specific database table. The result is a full text index that can be searched using the concrete5 core Search block. If you've recently made updates to site content and want to make this text immediately searchable by visitors, you will need to manually run this job.

Generate Sitemap File

Your Sitemap File is an XML document that describes the structure of your site and the date that each page was last updated. Search engines use this information to help determine when they need to re-list a page or alter its search relevancy. If you've made recent changes to your site and want to make sure that Google et al. sees them as soon as possible, make sure to run this job.

Process Email Posts

This job prompts your site to send any queued email messages that have not yet been sent. This can include form responses, password reset requests, etc. 

Remove Old Page Versions

As you edit your site and publish your changes, you create new versions of each page. If your site has many thousands of versions of pages, it may experience performance issues on certain hosting environments. To remedy this problem, the Remove Old Page Versions jobs allows you to quickly and easily delete all but the most recent ten versions of pages. This job will locate and delete all versions except the 10 most recent, across up to three different pages, returning a result of what it has deleted. If you have a large site, you may want to schedule this job to run more frequently to make sure all old page versions have been cleaned up.

Automated Jobs URL

concrete5 provides an easy way for a site owner to periodically run these jobs on an automatic basis. With the URL provided, you can write a cron job that accesses the url listed at the bottom of your Automated Jobs page. This will run all the currently installed jobs at the interval you've selected.

Loading Conversation