Files
triggerdotdev--trigger.dev/apps/webapp
Eric Allam 26093896d2 v3: Fixes for using (batch)triggerAndWait with idempotency keys (#1043)
* Fixes various issues with triggerAndWait and batchTriggerAndWait

When using idempotency keys, triggerAndWait and batchTriggerAndWait will still work even if the existing runs have already been completed (or even partially completed, in the case of batchTriggerAndWait)

- TaskRunExecutionResult.id is now the run friendlyId, not the attempt friendlyId
- A single TaskRun can now have many batchItems, in the case of batchTriggerAndWait while using idempotency keys
- A run’s idempotencyKey is now added to the ctx as well as the TaskEvent and displayed in the span view
- When resolving batchTriggerAndWait, the runtimes no longer reject promises, leading to an error in the parent task

* Remove the default queue concurrency limit as we now have env and org concurrency limits

* Use the run friendlyId in the completion result id

* Added some error logging
2024-04-19 10:54:43 +01:00
..
2024-02-12 14:24:32 +00:00
2023-06-07 14:48:42 +01:00
2024-03-31 15:58:00 +01:00
2023-05-01 10:11:19 -07:00
2023-08-01 10:21:22 +01:00
2023-01-10 16:09:42 +00:00
2022-12-06 12:28:16 +00:00
2024-04-02 13:58:40 +01:00
2022-12-06 12:28:16 +00:00
2024-03-31 15:58:00 +01:00
2024-03-31 15:58:00 +01:00

Trigger webapp - powered by Remix

To start, run with pnpm run dev --filter webapp

Build the docker image locally:

pnpm run docker:build:webapp
docker run -it triggerdotdev-webapp sh