Trigger.dev handles background jobs in serverless apps. Jobs run beyond function timeouts. Built-in retries and error handling. Observability dashboard included.
Job Types
Regular jobs for background processing. Scheduled jobs for recurring tasks. Webhook jobs for event handling. Fan-out jobs for parallel processing.
- Define jobs with TypeScript decorators
- Configure retries and timeouts
- Use built-in integrations for common services
- Monitor jobs in the dashboard
- Debug with detailed run logs
Integrations
Built-in integrations for Slack, email, databases. Custom integrations with any API. Composable tasks for complex workflows. Type-safe throughout.