Create New Job

Back to Jobs

Job Configuration
A descriptive name for this job
Cron expression (e.g., "30 5,17 * * *" for 5:30am and 5:30pm daily)
Timezone for the cron schedule (default: America/Chicago)
Maximum number of rows to process from CSV (leave blank for no limit)
When enabled, files will be saved to TEST directory instead of morning/afternoon
When enabled, the queue will be deleted after processing items (default: enabled)
Cancel
Cron Schedule Help

The cron schedule consists of 5 fields: minute, hour, day of month, month, day of week

* * * * *
| | | | |
| | | | +-- Day of week (0-6, Sunday=0)
| | | +---- Month (1-12)
| | +------ Day of month (1-31)
| +-------- Hour (0-23)
+---------- Minute (0-59)
Common Examples:
Expression Description
30 5,17 * * * Run at 5:30am and 5:30pm every day
0 9 * * 1-5 Run at 9:00am on weekdays (Monday to Friday)
0 0 * * 0 Run at midnight on Sundays
0 */3 * * * Run every 3 hours