trigger.dev
trigger.dev copied to clipboard
Trigger.dev – build and deploy fully‑managed AI agents and workflows
Using the `@trigger.dev/sdk` in a Next.js project produces the following warning: ``` - warn ./node_modules/node-fetch/lib/index.js Module not found: Can't resolve 'encoding' in '/Users/eric/code/triggerdotdev/trigger.dev-examples/latest-packages/node_modules/node-fetch/lib' ``` It turns out this is a...
Sometimes a request to `/api/v1/sources/http/$id` is failing to produce a response, and also failing to be stored and then go on to trigger a Run. Example log: `POST /api/v1/sources/http/clnerqc1203e7mw37qa9vlveo -...
It would be great to create a function call example for OpenAI here: https://github.com/triggerdotdev/trigger.dev/blob/main/examples/job-catalog/src/openai.ts Use these docs for how to do function calling: https://gpt.pomb.us/ [TRI-1273](https://linear.app/triggerdotdev/issue/TRI-1273/create-a-function-call-example-for-openai)
### Describe the bug The integration page has a table with the jobs associated with the integration. In that table only jobs that use the integration inside the run function...
It would be useful to have a "batch" event trigger, where you could set the frequency that the batched events would be flushed: ```ts batchEventTrigger({ name: "batched.event", schema: z.object({ id:...
## To reproduce On the Run page, click on a Task. Then manually refresh the page in your browser. ## Solution I think this is to do with us using...
### Is your feature request related to a problem? Please describe. I will often run multiple Job executions at once. If I want to cancel, or retry a Run I...
When using `@trigger.dev/react` in Next.js Page Router, importing will cause an error because Page Router modules aren't automatically transpiled to CJS (whereas they are in App Router). From Next 13.1...
Currently if you use bun it actually just uses npm (we detect a bun lock file and fallback to using npm). Adding official bun support would mean you could call...
## Description Added SMTP support ## Changes - Removed resend - Added nodemailer - added support for SMTP fixes #282