Cron Jobs
Schedule and manage automated tasks
About Cron Jobs
Cron jobs are scheduled tasks that run automatically at specified intervals. They can be used for database backups, sending notifications, generating reports, and more. Cron jobs only run on Production deployments. [^2]
Scheduled Jobs
Manage your automated tasks
Database Backup
0 0 * * *
active
Lead Status Update
0 9 * * 1-5
active
Event Reminders
0 8 * * *
paused
Analytics Report
0 7 * * 1
active
No Cron Job Selected
Select a job from the list to view details or create a new one
Cron Job Management
Learn how to manage and troubleshoot cron jobs
How to Use Cron Jobs
Cron jobs allow you to schedule automated tasks at specific intervals. Here's how to use them effectively:
- Create API routes in your application that perform the desired tasks
- Schedule these routes to run at specific intervals using cron expressions
- Monitor the execution logs to ensure your jobs are running correctly
- Use the "Run Now" button to test your jobs manually
Cron Expression Format
Cron expressions consist of five fields that specify when the job should run: