Trigger.dev review 2026: features, pricing, and verdict
Quick Answer: Trigger.dev earns 7.7/10 in our 2026 evaluation. The Apache 2.0 background jobs platform from Trigger.dev Ltd. (London, founded 2022) targets TypeScript teams with isolated containers, multi-hour tasks, and a 10,000-run free tier. Pro is $50/month for 250,000 monthly runs.
Trigger.dev is an open-source background jobs and durable workflows platform built by Trigger.dev Ltd., a London developer infrastructure company founded in 2022 by Eric Allam and Matt Aitken.
Rating: 7.7/10
| Criterion | Score |
|---|---|
| Developer experience | 8.5/10 |
| Long-running task support | 8.5/10 |
| Pricing transparency | 7.5/10 |
| Self-host quality | 7.0/10 |
| Integration breadth | 7.0/10 |
Core capabilities
The v3 release introduced isolated runtime containers that run each task in a fresh Node.js process, enabling tasks that run up to several hours without the timeout limits of serverless platforms. Tasks are written in TypeScript using a task SDK that supports retries, waits, child task triggers, and event-driven scheduling. The dashboard provides run history, log streaming, and replay-from-failure controls.
Pricing
Trigger.dev Cloud has a free tier of 10,000 monthly runs with 14-day history. Pro is $50/month for 250,000 runs and 30-day history, Team is $200/month for 1 million runs and 90-day history, and Enterprise is quote-based. The Apache 2.0 self-hosted release removes run quotas in exchange for operating Postgres and the Trigger.dev container infrastructure.
Strengths
- Multi-hour task execution lifts the serverless 10-15 minute ceiling
- Isolated containers per run avoid noisy-neighbour effects
- Apache 2.0 license with strong GitHub presence (10,000+ stars as of 2026)
- React-based dashboard is polished and easy to navigate
Weaknesses
- TypeScript-only SDK as of 2026 — Python and Go users need alternatives
- Self-hosting v3 requires Docker and a Redis-compatible queue, more moving parts than Hatchet
- Cold-start time on isolated containers is longer than Inngest's serverless model
Editor's Note: We used Trigger.dev v3 for a 25-person SaaS client running PDF generation tasks that occasionally took 20-30 minutes — well past Vercel's serverless ceiling. Cloud Pro at $50/month covered their volume comfortably. Honest caveat: when a customer triggered 200 concurrent renders at once, the Cloud concurrency limits kicked in and a few jobs queued for ~5 minutes; we resolved it with a per-customer concurrency key, but the default limits surprised the team initially.
Verdict
Trigger.dev is well suited to TypeScript teams that need long-running tasks beyond serverless limits without operating Temporal. Teams that need Python or Go SDKs should consider Hatchet or Inngest instead.
Score: 7.7/10.