Trigger.dev
banner
triggerdev.bsky.social
Trigger.dev
@triggerdev.bsky.social
Open source background jobs and AI infrastructure (YC W23).

http://trigger.dev
http://github.com/triggerdotdev
http://trigger.dev/discord

The official 🦋 account for Trigger.dev
⭐️ View the code in our examples repo. It's open source and can be used as a starting point for your own projects.
github.com/triggerdotd...
examples/product-image-generator at main · triggerdotdev/examples
A collection of open source full-stack projects using Trigger.dev that anyone can fork and run - triggerdotdev/examples
github.com
November 6, 2025 at 5:45 PM
1️⃣ Upload triggers a batch task
2️⃣ 3 images are generated in parallel
4️⃣ Generated images auto-upload to R2 storage
5️⃣ Frontend shows live run progress
November 6, 2025 at 5:45 PM
Waitpoints: Pause task execution for @replicate webhooks using wait.forToken(). No polling, no timeouts, just normal async waiting.
November 6, 2025 at 5:45 PM
Realtime Updates: Live frontend updates via useRealtimeRun(). Watch generation status change from "Generating..." to "Completed" without any polling.
November 6, 2025 at 5:45 PM
Batch Triggering: Trigger 3 AI generations in parallel with batchTriggerAndWait(). One line replaces complex coordination logic.
November 6, 2025 at 5:45 PM
Check out the changelog for more details:

trigger.dev/changelog/l...
Deployments with local builds | Trigger.dev
Build your tasks locally and deploy them to Trigger.dev cloud.
trigger.dev
November 4, 2025 at 5:00 PM
And we're not stopping there.

Next up: a fully remote deployment path that doesn’t rely on our build service at all.
November 4, 2025 at 5:00 PM
Check out the full changelog for more info: trigger.dev/changelog/o...
Override concurrency limits | Trigger.dev
Override the concurrency limits on a queue from the API or the dashboard.
trigger.dev
October 30, 2025 at 5:00 PM
You can also override the concurrency limits on a queue by using the "Override limit" menu item from an individual queue on the Queues page.
October 30, 2025 at 5:00 PM
You can override the concurrency limits on a queue by using the `queues.overrideConcurrencyLimit` and `queues.resetConcurrencyLimit` functions like this:
October 30, 2025 at 5:00 PM
To learn more about security at Trigger.dev, including information about our SOC2 Type II and GDPR compliance, check out our Security page: trigger.dev/security
Security | Trigger.dev
Trigger.dev provides SOC2 Type II and GDPR-compliant security for developers, with advanced controls, encryption, and regular penetration testing.
trigger.dev
October 27, 2025 at 5:30 PM
Check out the full changelog:

trigger.dev/changelog/g...
GitHub integration | Trigger.dev
Automatically deploy your tasks on every push to your GitHub repository.
trigger.dev
October 16, 2025 at 4:00 PM
Here’s what you get:

⚡ Each push to main/staging triggers a matching environment deploy
🧩 Preview branches are auto-created and archived when the PR closes
⚙️ Exposes env vars during build time
📦 Private npm registry support with TRIGGER_BUILD_NPM_RC
🏗️ Support for monorepos
October 16, 2025 at 4:00 PM
See how we fit with your stack. Check out our full capabilities and get started for free → trigger.dev/product
Product | Trigger.dev
Key product features of Trigger.dev.
trigger.dev
October 14, 2025 at 4:00 PM
✋ Human-in-the-loop:

Programmatically pause runs for approval, rejection, or feedback.
October 14, 2025 at 4:00 PM
⚙️ True runtime freedom:

Run what you need in production: system packages, headless browsers, Python scripts, FFmpeg, and more.
October 14, 2025 at 4:00 PM
👀 Observability & monitoring:

Full tracing and logs per run, with error alerts and performance metrics to catch any issues fast.
October 14, 2025 at 4:00 PM