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

  1. Log into your control panel and click Cron Jobs
  2. Click Add Cron Job
  3. Choose a preset schedule from the dropdown (hourly, daily, weekly, etc.) or enter a custom cron expression
  4. Enter the command to execute
  5. 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.

Was this answer helpful? 0 Users Found This Useful (0 Votes)

Powered by WHMCompleteSolution