Scheduling is the time-based layer of the platform. Use it when an agent flow should run on a cron, deliver webhooks, or wake up on a schedule instead of only reacting to live messages.
What RelayCron covers
- Cron expressions and timezone-aware schedules
- Webhook delivery with retries and logs
- Real-time lifecycle events
- Execution history for scheduled jobs
- Durable-object-backed infrastructure for reliability
Common use cases
- Nightly repo maintenance or reporting
- Periodic review queues and digest jobs
- Wake-up jobs that notify channels or kick off workflows