Unlimited power for teams and production workloads.
✓ Unlimited jobs
✓ 10-second minimum interval
✓ Unlimited run history
✓ HTTP webhook execution
✓ Dashboard UI
✓ Retry on failure (10×)
✓ Email + webhook + Slack alerts
✓ Priority execution + SLA
Full Comparison
Feature
Free
Starter
Pro
Business
Max jobs
5
25
200
Unlimited
Min interval
60 min
5 min
1 min
10 sec
Run history
30 days
90 days
1 year
Unlimited
HTTP webhooks
✓
✓
✓
✓
Dashboard UI
✓
✓
✓
✓
REST API
✓
✓
✓
✓
Retry on failure
✗
3×
5×
10×
Email alerts
✗
✗
✓
✓
Webhook alerts
✗
✗
✓
✓
Slack/Discord alerts
✗
✗
✗
✓
Priority execution
✗
✗
✗
✓
SLA guarantee
✗
✗
✗
✓
Frequently Asked Questions
You won't be able to create new jobs until you upgrade or delete existing ones. Your existing jobs will keep running — we never silently drop scheduled executions.
Yes. Cancel through the billing portal at any time. You keep access until the end of your billing period, then drop to the Free tier automatically.
Jobs fire within a few seconds of their scheduled time for standard tiers. Business tier customers get priority queue access for near-exact timing.
Paid tiers automatically retry failed jobs with exponential backoff. If all retries fail, Pro and Business customers receive failure alerts via email and/or webhook. All failures are logged in your run history.
Yes. Every job supports custom HTTP method (GET, POST, PUT, etc.), request headers (as JSON), and request body. Perfect for authenticated webhooks or API calls.
Yes. Full REST API available on all tiers. Authenticate with your API key (X-API-Key header) or a Bearer JWT token. Create, update, delete, and manually trigger jobs programmatically.