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

The documentation about environment variables misses these 2 things: - No documentation for loading from .env file to trigger.dev cloud environment at initial load - When using envvars.retrieve, there's no...

### Provide environment information Running Windows with WSL. System: OS: Linux 5.15 Ubuntu 22.04.3 LTS 22.04.3 LTS (Jammy Jellyfish) CPU: (16) x64 AMD Ryzen 7 PRO 7840HS w/ Radeon 780M...

linear
High priority
v3

## Problem Using the `TRIGGER_ACCESS_TOKEN` works with the deploy command, which is used in CI (like GitHub Actions). That token is not currently read from for the `dev` command which...

v3

Closes #1144 ## ✅ Checklist - [x] I have followed every step in the [contributing guide](https://github.com/triggerdotdev/trigger.dev/blob/main/CONTRIBUTING.md) - [x] The PR title follows the convention. - [x] I ran and tested...

If you return data from `logger.trace` it should appear in the OTEL attributes from the span. ```ts const bar = await logger.trace('key', async() => { return foo }); ``` The...

Closes # ## ✅ Checklist - [x] I have followed every step in the [contributing guide](https://github.com/triggerdotdev/trigger.dev/blob/main/CONTRIBUTING.md) - [x] The PR title follows the convention. - [x] I ran and tested...

https://github.com/triggerdotdev/trigger.dev/blob/da592d867adc84f65855fc2f152a1ee1b48cc650/packages/cli-v3/src/commands/deploy.ts#L1660 Because I'm using pnpm, my Github action for deploys are failing because the typecheck step only uses npm. Possible solutions: - Add a flag to the deploy command for...

It seems like some TaskEvents aren't being checked for unicode null characters: ``` 400 "\nInvalid prisma.taskEvent.create() invocation:\n\n\nError occurred during query execution:\nConnectorError(ConnectorError { user_facing_error: None, kind: QueryError(PostgresError { code: "22P05", message:...

v3

### Is your feature request related to a problem? Please describe. Currently, you get notifications whenever an attempt fails for a task run, for many use cases you probably don't...