Migration Guide

Migrate from Cronhub

Cronhub shuts down June 2026. Move your jobs now and get 50% off for life.

Use code CRONHUB50 for 50% off forever

Step by step

1

Export your Cronhub jobs

Use 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
2

Format for JustRun

Convert to JustRun format — each job needs: name, url, cron_expression. Our JSON importer is flexible.

[
  { "name": "My job", "url": "https://...", "cron_expression": "*/5 * * * *" }
]
3

Import to JustRun

Go to justrun.sh/dashboard/migrate → JSON Import. Paste your formatted JSON.

4

Apply CRONHUB50

Upgrade to any plan and use code CRONHUB50 for 50% off forever.

Common questions

When does Cronhub shut down?

Cronhub ceases operations after June 30, 2026. Paid subscriptions cancel May 31, 2026.

Does JustRun execute jobs or just monitor?

Both. Unlike Cronhub (primarily monitoring), JustRun executes AND monitors. You don't need a separate server.

How does the 50% off work?

Use coupon CRONHUB50 at checkout. It applies 50% off to every payment, forever. Not a trial.

Ready to migrate?

Free to start. Import in under 2 minutes.

Start Free