trigger.dev
trigger.dev copied to clipboard
Trigger.dev – build and deploy fully‑managed AI agents and workflows
Adds a build setting about using our build server for remote builds.
For Cloud this allows you to add concurrency to your environments by purchasing the add-on and then allocating concurrency. It also adds a project limit (default 10) to organizations.
- **Update aws sdk ecr client to the latest version** - **Exlude the cache tag from the immutability enforcement** - **Attach a policy to ECR repos to expire untagged images**
docs: improve env var documentation with .env upload + ctx environment details Closes #1248 ## ✅ Checklist - [x] I have followed every step in the [contributing guide](https://github.com/triggerdotdev/trigger.dev/blob/main/CONTRIBUTING.md) - [x]...
## ✅ 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 the code...
### Provide environment information // not sure if applicable here ### Describe the bug `Tag` is used in the array of dependencies of multiple `useEffect` hooks inside the custom `useRealtimeRunsWithTag`...
Closes #2484 This PR introduces a retry mechanism in the downloadPacketFromObjectStore function to handle transient network or object storage errors. Changes Made : - Added a new helper function fetchWithRetry()...
Closes #2633 ## ✅ 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...
Related #862 and [full python support from roadmap](https://feedback.trigger.dev/p/full-python-support) This is a POC and discussion PR for full Python worker support. I leveraged Claude Code (supervised, reviewed and tested) to create...