Before you start
- Node.js
18+
Schedule syntax
| Syntax | Runs |
|---|---|
0 3 * * * | Every day at 03:00 UTC |
*/15 * * * * | Every 15 minutes |
0 */6 * * * | Every 6 hours |
0 9 * * MON | Every Monday at 09:00 UTC |
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 inrevolte.yaml to control schedules, commands, and retry behavior.