trigger.dev
trigger.dev copied to clipboard
Trigger.dev – build and deploy fully‑managed AI agents and workflows
We're missing a doc in the repo (ideally at `references/README.md`) that details how to: - Create a new reference project by copying the `hello-world` reference project - Get the dev...
### Provide environment information ``` System: OS: macOS 14.6.1 CPU: (8) arm64 Apple M1 Pro Memory: 184.53 MB / 16.00 GB Shell: 5.9 - /bin/zsh Binaries: Node: 22.9.0 - /opt/homebrew/bin/node...
https://github.com/nodejs/node/pull/54648 We'll also want to keep an eye on how we should handle this in our build process (e.g. we might need /want to add module-sync to our esbuild conditions).
[Papermark](https://www.papermark.io/) is using Trigger.dev v3 but they have to resort to calling out to a separate service (gotenberg.dev) they are running on fly.io to do docx/pptx to PDF conversion (you...
### Provide environment information System: OS: Windows 11 10.0.22621 CPU: (12) x64 12th Gen Intel(R) Core(TM) i7-1255U Memory: 8.78 GB / 31.62 GB Binaries: Node: 20.17.0 - ~\AppData\Local\pnpm\node.EXE npm: 10.8.2...
Suggest updating to ``` generator zod { provider = "npx --yes zod-prisma-types" } ```
``` ■ Error: zod-prisma-types not found │ │ If it's a package: Include it in config.additionalPackages │ If it's a binary: Please get in touch and we'll see what we...
We used to detect duplicate taskIDs in the `.beta` versions but that's been removed in the new build system that was released in 3.0.0. We should put this back in...
Right now everything is hardcoded, but we really need to make these env vars and document them for self-hosters: https://github.com/triggerdotdev/trigger.dev/blob/04645e83293ab8a04a094a84697b20b2b08d6142/packages/core/src/v3/limits.ts#L3-L11
From what I can tell, `import.meta.env` is a vite thing that populates `import.meta.env` with environment variables. https://import-meta-env.org/guide/getting-started/introduction.html An example usage is here: https://github.com/usetonearm/core-web/blob/d178a6277306e9bfe0cde49c6550ceae33475292/packages/supabase/src/get-supabase-client-keys.ts#L6 They do have an esbuild plugin that...