Skip to main content
Cron jobs execute scheduled work inside a Revolte environment. Use them for cleanup tasks, report generation, cache warming, reconciliation, and periodic integrations.

Before you start

  • Node.js 18+

Schedule syntax

Schedules use UTC by default. Store timezone-specific behavior in the command or application code when business rules require it.

Configuration

Define your cron job in revolte.yaml to control schedules, commands, and retry behavior.