Cron
Skpr manages scheduled cron jobs as Kubernetes CronJob resources, giving you visibility into job history, execution times, and failure states directly from the CLI.
You can list, suspend, and resume cron jobs on any environment without needing direct cluster access.
CircleCI integration for Cron management
Learn how to use the Skpr CircleCI Orb to suspend and resume cron jobs as part of your deployment pipeline.
GitHub Actions integration for Cron management
Learn how to manage Skpr cron job suspension and resumption within GitHub Actions deployment workflows.
Listing CronJobs
Learn how to list all configured CronJobs for a Skpr environment, including schedule, last run time, and suspension status.
Listing cron jobs
Learn how to list individual cron job runs for a Skpr environment, including execution phase, start time, and duration.
Resume CronJobs
Learn how to resume suspended CronJobs on a Skpr environment to allow scheduled jobs to run again.
Suspending CronJobs
Learn how to temporarily suspend CronJobs on a Skpr environment to prevent new jobs from starting during deployments or maintenance.