Eric Allam

Results 108 issues of Eric Allam

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...

bug
area/integrations

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)

enhancement
area/integrations
💎 Bounty
💰 Rewarded

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:...

enhancement
area/server

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...

bug
area/integrations
area/docs

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...

This package seems pretty dead (see [this issue](https://github.com/anatine/esbuildnx/issues/25)). We should just extract out the code and stick it directly in the `trigger.dev` CLI package (with proper attribution).

protobuf.js version: 7.3.3 `@types/node` should be listed as a `devDependency`. Here's the output of npmgraph showing the size of `@types/node`: [![CleanShot 2024-08-18 at 21 53 32@2x](https://github.com/user-attachments/assets/6da9312b-6a45-4db6-9713-3205522cf2f2)](https://npmgraph.js.org/?q=protobufjs#select=exact%3A%40types%2Fnode%4022.4.0)

## Summary by CodeRabbit ## Release Notes - **New Features** - Introduced `maxDuration` configuration option for tasks, allowing users to set a maximum execution time (default 60 seconds). - Added...

If you see this error: ``` PrismaClientInitializationError: Invalid `prisma.users.findUnique()` invocation: Prisma Client could not locate the Query Engine for runtime "debian-openssl-3.0.x". This happened because Prisma Client was generated for "debian-openssl-1.1.x",...