Migration Guide

Migrate from SetCronJob

JSON export supported. Get AI diagnostics, escalation policies, and a CLI.

Step by step

1

Export your SetCronJob jobs

Log into SetCronJob → My Account → Export Jobs. Download the JSON export file.

2

Review the export

The export contains each job's URL, schedule, HTTP method, and notification settings.

3

Import to JustRun

Go to justrun.sh/dashboard/migrate → JSON Import. Paste the exported JSON — JustRun maps SetCronJob's fields automatically.

[
  {
    "name": "My Job",
    "url": "https://example.com/cron",
    "cron_expression": "*/5 * * * *",
    "method": "GET"
  }
]
4

Set up escalation policies

Use JustRun's Escalation Wizard to configure Slack, Discord, or PagerDuty alerts — SetCronJob only sends email.

5

Verify and switch

Run both in parallel for a few days, verify job execution in JustRun's logs, then cancel SetCronJob.

Common questions

Why switch from SetCronJob?

JustRun offers AI diagnostics, escalation policies, job chains, team collaboration, MCP server, and CLI — features SetCronJob doesn't have.

Does SetCronJob's schedule format convert?

Yes. JustRun's JSON importer handles standard cron expressions. SetCronJob uses standard 5-field cron, so it maps directly.

Ready to migrate?

Free to start. Import in under 2 minutes.

Start Free