Migration Guide
JSON export supported. Get AI diagnostics, escalation policies, and a CLI.
Log into SetCronJob → My Account → Export Jobs. Download the JSON export file.
The export contains each job's URL, schedule, HTTP method, and notification settings.
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"
}
]Use JustRun's Escalation Wizard to configure Slack, Discord, or PagerDuty alerts — SetCronJob only sends email.
Run both in parallel for a few days, verify job execution in JustRun's logs, then cancel SetCronJob.
JustRun offers AI diagnostics, escalation policies, job chains, team collaboration, MCP server, and CLI — features SetCronJob doesn't have.
Yes. JustRun's JSON importer handles standard cron expressions. SetCronJob uses standard 5-field cron, so it maps directly.