Migration Guide
Cronhub shuts down June 2026. Move your jobs now and get 50% off for life.
CRONHUB50 for 50% off foreverUse the Cronhub API to list your jobs: GET /v1/monitors. Save the response as JSON.
curl -H "Authorization: Bearer YOUR_KEY" https://cronhub.io/api/v1/monitors > cronhub-jobs.json
Convert to JustRun format — each job needs: name, url, cron_expression. Our JSON importer is flexible.
[
{ "name": "My job", "url": "https://...", "cron_expression": "*/5 * * * *" }
]Go to justrun.sh/dashboard/migrate → JSON Import. Paste your formatted JSON.
Upgrade to any plan and use code CRONHUB50 for 50% off forever.
Cronhub ceases operations after June 30, 2026. Paid subscriptions cancel May 31, 2026.
Both. Unlike Cronhub (primarily monitoring), JustRun executes AND monitors. You don't need a separate server.
Use coupon CRONHUB50 at checkout. It applies 50% off to every payment, forever. Not a trial.