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