Search resources and navigation

Start typing to search this project.

Saved views

Project/production
Production scope
Operations / Workers & schedules

Workers & schedules

One control plane for cron, EventBridge schedules, recurring operations, queue workers, retries, and execution evidence.

{{ pollingState() }}{{ lastUpdatedAt()?.toLocaleTimeString() || 'connecting' }}

{{ notice() }}

Schedules{{ jobs().length }}{{ jobs().filter(item=>item.enabled).length }} enabled
Workers{{ workers().length }}{{ workers().reduce((sum,item)=>sum+item.processes,0) }} processes
Needs review{{ jobs().filter(item=>['drifted','unsupported','unavailable'].includes(item.reconciliationStatus)).length + workers().filter(item=>['drifted','unsupported','unavailable'].includes(item.reconciliationStatus)).length }}drift or provider gaps
Failed last run{{ jobs().filter(item=>['failed','dead'].includes(item.lastExecution?.status)).length }}retry from history
No schedules matchCreate a recurring operation or adjust the filters. Empty means no provider execution will occur.

New schedule

Provider: {{ mode()==='serverless'?'EventBridge Scheduler':'server cron' }}. Targets are constrained to safe, configured operations.

{{ preview()?.description }}{{ preview()?.normalized }}

Preview only—no production execution or incident is created.

No safe recurring target is configured. Enable a scheduler, worker, or backup operation first.

No workers configuredAdd site queues or serverless queue definitions, then reconcile configuration.
Select a scheduleOpen History from a schedule to inspect attempts, retry state, duration, output, and redacted logs.

{{ selectedJob()?.name }}

At-least-once execution evidence; retries reuse the durable operation and preserve every log line.

No executionsRun the schedule manually or wait for its next due time.