trigger.dev
trigger.dev copied to clipboard
Trigger.dev – build and deploy fully‑managed AI agents and workflows
### Provide environment information System: OS: macOS 14.4.1 CPU: (10) arm64 Apple M1 Pro Memory: 192.55 MB / 16.00 GB Shell: 5.9 - /bin/zsh Binaries: Node: 18.14.1 - ~/.nvm/versions/node/v18.14.1/bin/node Yarn:...
### Provide environment information ``` System: OS: Linux 5.15 Ubuntu 22.04.2 LTS 22.04.2 LTS (Jammy Jellyfish) CPU: (24) x64 12th Gen Intel(R) Core(TM) i9-12900HX Memory: 6.74 GB / 15.47 GB...
### Is your feature request related to a problem? Please describe. There are a lot of great schema validators out there and each have there pros and cons. However, forcing...
The ability to copy+paste a load of environment variables at once. Important considerations - We have multiple environments, so you'll want to select an environment (or possibly multiple? Possibly a...
Some services provide security by locking to a specific list of whitelisted IP addresses. Currently we don't provide static IP address support for your workers in v3. ## Current workaround...
If you don't have `include` in your `tsconfig.json` TypeScript includes all TypeScript files inside the project directory. Currently our CLI adds `trigger.config.ts` to `include` always. ```json { "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions":...
Possible the values are in nanoseconds or something. It's using the Upstash RateLimit package (but attached to regular Redis). Code here: [https://github.com/triggerdotdev/trigger.dev/blob/a5aed0d1395814234ff25347c43b0f71f4a15ab2/apps/webapp/app/services/apiRateLimit.server.ts#L166](https://github.com/triggerdotdev/trigger.dev/blob/a5aed0d1395814234ff25347c43b0f71f4a15ab2/apps/webapp/app/services/apiRateLimit.server.ts#L166)  From [SyncLinear.com](https://synclinear.com)...
The way we currently fetch data isn't compatible (node-fetch). More info here: [https://vercel.com/guides/library-sdk-compatible-with-vercel-edge-runtime-and-functions](https://vercel.com/guides/library-sdk-compatible-with-vercel-edge-runtime-and-functions) From [SyncLinear.com](https://synclinear.com) | [TRI-863](https://linear.app/triggerdotdev/issue/TRI-863/support-vercel-edge-functions-and-cloudflare-functions)
Changing from interval to another type of trigger should stop the interval. [TRI-2156](https://linear.app/triggerdotdev/issue/TRI-2156/changing-a-job-from-interval-to-eventtrigger-keeps-getting-run-by-the)
# Build support for Nuxt into Trigger.dev ***Please make sure to use Typescript for all code*** ### Task 1 - Nuxt Adaptor - [ ] Create a new folder in...