Eric Allam
Eric Allam
Resend has a rate limit of 10 requests per second. They also send [Rate limit headers](https://resend.com/docs/api-reference/introduction#rate-limit) with every request, meaning we should be able to use the same method as...
null [TRI-1495](https://linear.app/triggerdotdev/issue/TRI-1495/background-fetch-should-participate-in-the-graceful-shutdown-system)
Vercel have webhook events that we could be exposed through a `@trigger.dev/vercel` integration: [https://vercel.com/docs/observability/webhooks-overview/webhooks-api](https://vercel.com/docs/observability/webhooks-overview/webhooks-api) They also have an API for registering webhooks that we can use: [https://vercel.com/docs/rest-api/endpoints#webhooks](https://vercel.com/docs/rest-api/endpoints#webhooks) # Useful docs/code...
We currently only have a small amount of documentation for task callbacks in the [io.runTask()](https://trigger.dev/docs/sdk/io/runtask) docs but it would be great to flesh out the documentation in more detail, especially...
https://github.com/justindsmith/opentelemetry-instrumentations-js [TRI-1438](https://linear.app/triggerdotdev/issue/TRI-1438/add-request-trace-logging-to-the-console)
### Provide environment information ``` System: OS: macOS 13.6 CPU: (12) arm64 Apple M2 Max Memory: 11.77 GB / 64.00 GB Shell: 5.9 - /bin/zsh Binaries: Node: 20.8.0 - ~/.pkgx/nodejs.org/v20.8.0/bin/node...
The graphile job shows an error of Response: 404, but the JobRunExecution is stuck in STARTED state, even though it should have errored out and done the same to the...
[TRI-1287] bug: dynamic trigger registrations that don't succeed should disable the event dispatcher
### Provide environment information ``` System: OS: macOS 13.5.1 CPU: (10) arm64 Apple M1 Max Memory: 769.42 MB / 32.00 GB Shell: 5.9 - /bin/zsh Binaries: Node: 18.12.1 - ~/.nvm/versions/node/v18.12.1/bin/node...
@edlaver has written up a detailed guide on how to use Trigger.dev with [Gadget.dev](https://gadget.dev/) that we should use to create an official adapter package at `@trigger.dev/gadget`. https://gist.github.com/edlaver/e9e0f9bf48e2b5674659c2eb091b6f7b **_Please make sure...
### Is your feature request related to a problem? Please describe. We currently support task properties with text and an optional URL (that renders the property as a link). It...