→ http://trigger.dev
→ http://github.com/triggerdotdev
→ http://trigger.dev/discord
The official 🦋 account for Trigger.dev
The future is here. Prisma 7's new prisma-client removes Rust dependencies entirely, enabling faster installs and simpler deployments.
The future is here. Prisma 7's new prisma-client removes Rust dependencies entirely, enabling faster installs and simpler deployments.
For teams using Prisma 6.7+ with a custom output directory but still using the Rust-based engine. This mode gives you control over the client generation process, but will take care of installing the engine binaries for you when deploying.
For teams using Prisma 6.7+ with a custom output directory but still using the Rust-based engine. This mode gives you control over the client generation process, but will take care of installing the engine binaries for you when deploying.
Use this when you're running Prisma 6.x or earlier with the standard prisma-client-js provider.
Use this when you're running Prisma 6.x or earlier with the standard prisma-client-js provider.
Changelog: trigger.dev/changelog/r...
Changelog: trigger.dev/changelog/r...
Streams show up as first-class citizens now. You can inspect chunks in order, replay them, and debug long-running tasks without digging through logs or guessing what happened.
Streams show up as first-class citizens now. You can inspect chunks in order, replay them, and debug long-running tasks without digging through logs or guessing what happened.
Tasks can push chunked output directly into a stream without blocking:
Tasks can push chunked output directly into a stream without blocking:
Frontend consumption is much more straightforward:
Frontend consumption is much more straightforward:
You define a stream once and use it everywhere with full type safety built-in: No per-run setup, no ad-hoc keys, no guessing the shape of chunks later.
You define a stream once and use it everywhere with full type safety built-in: No per-run setup, no ad-hoc keys, no guessing the shape of chunks later.
With v2, streams now auto-resume on both reader and writer. If a connection drops mid-generation, it picks up from the last confirmed chunk without you doing anything.
With v2, streams now auto-resume on both reader and writer. If a connection drops mid-generation, it picks up from the last confirmed chunk without you doing anything.
github.com/triggerdotd...
github.com/triggerdotd...
2️⃣ 3 images are generated in parallel
4️⃣ Generated images auto-upload to R2 storage
5️⃣ Frontend shows live run progress
2️⃣ 3 images are generated in parallel
4️⃣ Generated images auto-upload to R2 storage
5️⃣ Frontend shows live run progress