Learn how to set up and manage automated cron jobs for your AI agent testing and evaluation workflows.
Navigate to Evaluators and Select Scenarios
Create Cron Job from Actions
Choose Cron Job Type
Configure Your Cron Job Settings
* * * * *
Asia/Calcutta
(adjust as needed)Number of Times to Run: Set how many times this cron job should run (default: 1)*
*
, */5
, 0-59
, 30
*
*
, */2
, 0-23
, 14
*
*
, 1-31
, 15
, L
(Last day of month)*
*
, 1-12
, 6
*
*
, 0-6
(where 0 = Sunday)Save Your Cron Job
0 0 * * *
- Daily at midnight0 0 * * 0
- Weekly on Sunday at midnight0 0 1 * *
- Monthly on the 1st at midnight0 */6 * * *
- Every 6 hours*/30 * * * *
- Every 30 minutes0 9 * * 1-5
- Every weekday at 9 AM