trigger.dev icon indicating copy to clipboard operation
trigger.dev copied to clipboard

Trigger.dev – build and deploy fully‑managed AI agents and workflows

Results 316 trigger.dev issues
Sort by recently updated
recently updated
newest added

### Provide environment information System: OS: macOS 12.7.5 CPU: (10) arm64 Apple M1 Pro Memory: 75.05 MB / 32.00 GB Shell: 5.8.1 - /bin/zsh Binaries: Node: 20.7.0 - ~/.asdf/installs/nodejs/20.7.0/bin/node Yarn:...

The SDK fails when I try to update env without a task context, with this error: `ReferenceError: name is not defined`. Here is my code with `"@trigger.dev/sdk": "3.0.0-beta.48"` ``` configure({...

From [SyncLinear.com](https://synclinear.com) | [TRI-3034](https://linear.app/triggerdotdev/issue/TRI-3034/when-setting-env-vars-we-should-ignore-trigger-access-token-trigger)

This has some minor modifications to #1128. Credit to @jacobparis

### Is your feature request related to a problem? Please describe. I would like to keep track of the status of a task in my database. When the task starts,...

This merges into the eslint-no-trigger-core-import since it builds on top of that This is a simpler vite port that comes with a few caveats - the server must run with...

In v2 I used to connect my nextjs app to debugger and let it run, when I want to debug some code I can just set break point in code...

Update stripe client to the latest version. This is necessary since if you create a new Stripe account you are forced to use `2024-04-10` but the current integration is stuck...

This task: ```ts export const myTask = task({ id: 'some-id', run: async () => { return { hooks: [], }; }); ``` Has the correct output: ```json { "hooks": [],...

v3

This allows configuring a global concurrency limit for a parent queue (e.g. `marqs:sharedQueue`). If a value is not set in `marqs:sharedQueue:concurrency`, the value from `process.env.DEFAULT_PARENT_QUEUE_EXECUTION_CONCURRENCY_LIMIT` will be used, with a...