trigger.dev
trigger.dev copied to clipboard
Trigger.dev – build and deploy fully‑managed AI agents and workflows
### Provide environment information ```bash System: OS: macOS 14.1.2 CPU: (8) arm64 Apple M1 Pro Memory: 57.72 MB / 16.00 GB Shell: 5.9 - /bin/zsh Binaries: Node: 20.10.0 - /usr/local/bin/node...
We currently support three environment types 1. Dev (your local machine, we create one of these for each team member of a Project) 2. Staging 3. Production You can't create...
Now that Resend.com [supports sending email via SMTP](https://resend.com/blog/why-smtp-still-matters-today), we should convert the webapp to use a native SMTP mailer instead of the Resend SDK. We will need to replace the...
As you can see in the code below, we aren't handling any thrown errors by fetch: https://github.com/triggerdotdev/trigger.dev/blob/5d78bba5e3fda2668bbd1d3d67f8ba4c4479c559/packages/trigger-sdk/src/apiClient.ts#L888 This can lead to issues when the fetch times out and throws an...
### Is your feature request related to a problem? Please describe. Why not provide a simple Docker guide rather than platform-specific guides? ### Describe the solution you'd like to see...
It would be great to offer support for Python. Python has better support for many Machine Learning uses cases: - Many ML libraries are only Python, or more complete in...
When you "Rerun" job from the UI you get given two options IF the run has failed.  "Run again" works as designed, it creates...
Closes #909 ## ✅ 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...
### Is your feature request related to a problem? Please describe. When `io.runTask` runs, it has an `onError` callback option. This is great! But I have some `async` logic that...
# Build support for Fastify into Trigger.dev **_Please make sure to use Typescript for all code_** ### Task 1 - Fastify Adaptor - [ ] Create a new folder in...