Migration Guide
No GCP account needed. No IAM. No YAML. Just cron jobs.
Use gcloud CLI to export your jobs.
gcloud scheduler jobs list --format=json > gcp-jobs.json
Map the Cloud Scheduler fields to JustRun: schedule → cron_expression, httpTarget.uri → url, httpTarget.httpMethod → method.
Go to justrun.sh/dashboard/migrate → JSON Import.
Once verified, delete your Cloud Scheduler jobs and stop paying for GCP.
Cloud Scheduler requires a GCP project, billing account, IAM permissions, and gcloud CLI. JustRun: sign up, paste URL, done. 60 seconds vs 30+ minutes.
JustRun runs on Railway with automatic failover, NATS JetStream for guaranteed delivery, and exponential retry with configurable backoff. Enterprise-grade reliability without enterprise-grade complexity.