Learn how to schedule your monitoring jobs and manage recurring tasks
SEER allows you to schedule monitoring jobs to run at specific intervals. This is useful for recurring tasks like daily ETL jobs, hourly data syncs, or weekly reports.
For advanced scheduling, you can use cron expressions. SEER supports standard cron syntax with 5 fields:
0 */6 * * *Every 6 hours
0 9 * * 1-59 AM on weekdays
0 0 1 * *First day of every month at midnight
All scheduled jobs appear in your dashboard with the next run time displayed. You can filter by schedule frequency or search by name.
You can temporarily pause a schedule without deleting it. This is useful for maintenance periods or testing. The job history is preserved.
Changes to schedules take effect immediately. If you modify a schedule, the next run time is recalculated based on the new schedule.
For more scheduling options or questions about timezone handling, visit our documentation or contact support.