workflow-automation / library
Trigger.dev
Capability: Trigger.dev
Use it when
- add observable background jobs to a TypeScript application
- need retries, schedules, queues, and a run dashboard without building a worker system
What it solves
Not the fit when
- self-hosting requires its supporting services
Install
npx trigger.dev@latest init
Invoke
Define a task with retries and idempotency, run the Trigger.dev dev command, and trigger it from application code.
Alternatives
No reviewed alternatives recorded yet.