Cron jobs are automated tasks that run at scheduled intervals. Common uses include database backups, cache clearing, and WordPress maintenance tasks.
Creating a Cron Job
- Log into your control panel and click Cron Jobs
- Click Add Cron Job
- Choose a preset schedule from the dropdown (hourly, daily, weekly, etc.) or enter a custom cron expression
- Enter the command to execute
- Click Add Cron Job to save
Cron Expression Examples
- 0 2 * * * - Daily at 2:00 AM
- */15 * * * * - Every 15 minutes
- 0 0 * * 0 - Weekly on Sundays at midnight
Managing Cron Jobs
Use the edit and delete buttons in the Actions column to modify or remove scheduled tasks. The table displays the cron expression, description, and command for each job.
