Migration Guide
Migrate from EasyCron
One-click import. All jobs, headers, and schedules transfer automatically.
Step by step
Get your EasyCron API key
Log into EasyCron → Account Settings → API Key. Copy the key.
Your key looks like: ec_a1b2c3d4e5f6...
Open JustRun migration
Go to justrun.sh/dashboard/migrate and select "EasyCron".
Paste your API key
Paste the key and click "Import All Jobs". JustRun reads all your jobs via the EasyCron API — we don't store the key.
Review and activate
All jobs import with their schedules, URLs, HTTP methods, headers, and timeouts. Active jobs start running immediately.
Common questions
Does it import headers and authentication?
Yes. HTTP headers and request bodies are imported. Auth configs (Bearer tokens, Basic auth) come through as headers.
What about EasyCron's 6-field cron format?
JustRun automatically converts EasyCron's 6-field cron (with seconds) to standard 5-field cron. "0/5 * * * * *" becomes "*/5 * * * *".
Will my jobs keep running on EasyCron during migration?
Yes. The import is read-only — we don't modify anything on EasyCron. Run both in parallel until you're confident, then cancel EasyCron.