Overview
This article explains how WordPress cron jobs are handled on DreamPress plans.
Background
DreamPress utilizes a system-level cron to ensure all of your WordPress scheduled tasks (known as crons) run reliably, even when your site has little or no traffic.
How it works
WordPress typically uses a feature called WP-Cron to handle scheduled events such as publishing posts, checking for plugin updates, and running backups.
However, WP-Cron only triggers when a page is loaded on your site, which can lead to missed or delayed tasks on low-traffic sites.
To ensure better reliability and performance, DreamPress disables WP-Cron by default and replaces it with a system cron that runs automatically on the server.
System cron schedule
The DreamPress system cron runs every 15 minutes to execute any pending WordPress-scheduled tasks.
This ensures that your site’s automated actions, such as publishing scheduled posts and sending email digests, occur on time without relying on visitor traffic.
Adjusting the cron frequency
If your site requires more frequent cron execution (for example, every 5 minutes instead of every 15 minutes), please contact support.
The DreamHost support team can review your use case and help increase the cron frequency if needed.