Migration Guide

Migrate from Cronhub

Move your jobs in under 2 minutes 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

Why migrate from Cronhub?

Whether for feature gaps, pricing, or simply wanting an actively-developed alternative, JustRun lets you import in minutes and keep both running in parallel until you're confident.

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