Migration Guide
Migrate from FastCron
More features per dollar. AI diagnostics, escalation policies, and 30+ templates.
Step by step
Export your FastCron jobs
Use the FastCron API to list your jobs: GET /api/v1/cronjobs. Save the response as JSON.
curl -H "token: YOUR_API_TOKEN" https://api.fastcron.com/v1/cronjobs
Format for JustRun
Create a JSON array with name, url, cron_expression, and method for each job.
Import to JustRun
Go to justrun.sh/dashboard/migrate → JSON Import. Paste your JSON and click Import.
Done — compare and switch
Run both in parallel, verify everything works, then cancel FastCron.
Common questions
Why switch from FastCron?
JustRun's $3/mo Hobby plan delivers more jobs per dollar than most low-cost competitors (compare current FastCron pricing at fastcron.com against our pricing page). Plus you get AI diagnostics, escalation policies, job chains, teams, MCP server, CLI, and status badges.
Does JustRun support 5-second intervals?
Our Scale plan supports 10-second intervals. Most use cases work perfectly with 1-minute intervals (Hobby/Maker).