Migration Guide
Migrate from SetCronJob
JSON export supported. Get AI diagnostics, escalation policies, and a CLI.
Step by step
Export your SetCronJob jobs
Log into SetCronJob → My Account → Export Jobs. Download the JSON export file.
Review the export
The export contains each job's URL, schedule, HTTP method, and notification settings.
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"
}
]Set up escalation policies
Use JustRun's Escalation Wizard to configure Slack, Discord, or PagerDuty alerts — SetCronJob only sends email.
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.