Migration Guide

Migrate from Cloud Scheduler

No GCP account needed. No IAM. No YAML. Just cron jobs.

Step by step

1

List your Cloud Scheduler jobs

Use gcloud CLI to export your jobs.

gcloud scheduler jobs list --format=json > gcp-jobs.json
2

Convert to JustRun format

Map the Cloud Scheduler fields to JustRun: schedule → cron_expression, httpTarget.uri → url, httpTarget.httpMethod → method.

3

Import to JustRun

Go to justrun.sh/dashboard/migrate → JSON Import.

4

Remove Cloud Scheduler

Once verified, delete your Cloud Scheduler jobs and stop paying for GCP.

Common questions

Why leave Cloud Scheduler?

Cloud Scheduler requires a GCP project, billing account, IAM permissions, and gcloud CLI. JustRun: sign up, paste URL, done. 60 seconds vs 30+ minutes.

Is JustRun reliable enough to replace GCP?

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.

Ready to migrate?

Free to start. Import in under 2 minutes.

Start Free