Skip to main content

Cron Jobs & Scheduled Tasks

Managing recurring automated tasks

Cron Jobs & Scheduled Tasks

Schedule recurring operations to run automatically on a fixed schedule.

Built-in Cron Jobs

  • Lead Generation — Periodic AI-powered lead research
  • Email Sequences — Process scheduled email sends
  • Report Generation — Daily/weekly automated reports
  • Data Cleanup — Archive old notifications, clean temp files
  • SEO Monitoring — Scheduled SEO audits and rank tracking

Custom Cron Expressions

Define custom schedules using standard cron syntax. Examples:

  • 0 9 * * 1-5 — Every weekday at 9 AM
  • 0 0 1 * * — First day of every month
  • */30 * * * * — Every 30 minutes

Monitoring

View execution logs for all cron jobs, including run time, status (success/failure), and output. Failed jobs are retried automatically and flagged for review.