Eric Allam

Results 108 issues of Eric Allam

- The "worker" side now is responsible for requesting a new attempt - Currently this is only implemented on the "dev" side - Moves the visibility queue outside of redis...

## ✅ Checklist - [x] Create env var (in a specific env) - [x] Read env var (in a specific env) - [x] Edit env var (in a specific env)...

We need to flesh out our API to allow you to manage jobs and runs: - Get a list of runs for a specific job (with filtering for status, environment,...

enhancement
area/integrations
area/server
💎 Bounty

### Provide environment information Latest packages (2.3.18) ### Describe the bug When passed an event ID that is not found, the fetch for the event details returns a 404, which...

Changing from interval to another type of trigger should stop the interval. [TRI-2156](https://linear.app/triggerdotdev/issue/TRI-2156/changing-a-job-from-interval-to-eventtrigger-keeps-getting-run-by-the)

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

enhancement
area/platforms

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

It would be nice to be able to attach a Zod schema on a HTTP endpoint which would then correctly type the results of `request.json`: ```ts const endpoint = client.defineHttpEndpoint({...

In our CI we should push to DockerHub because not all deploy platforms (Digital Ocean) support GitHub Container Repository From [SyncLinear.com](https://synclinear.com) | [TRI-1796](https://linear.app/triggerdotdev/issue/TRI-1796/push-to-dockerhub)

We use Redis to handle rate limiting run executions (by org, job, or concurrency group), and there is a specific scenario where runs can get stuck for an org, job,...