CronJob

CronJob Presets

Ready-to-deploy configuration presets for CronJob. Each preset is a complete manifest you can copy, customize, and deploy.

2 presets
01

Scheduled Task CronJob

This preset creates a CronJob that runs every 6 hours with a Forbid concurrency policy. The most common CronJob pattern: a periodic task that should not overlap with previous runs.

02

Database Backup CronJob

This preset creates a daily database backup CronJob that runs at 2:00 AM UTC. Designed for PostgreSQL backup to S3-compatible storage; adapt the command for your database and storage backend.