Files
triggerdotdev--trigger.dev/apps/webapp
Katia Bulatova dfd575b955 feat(webapp): Investigate entry points on degraded queues and waiting runs (TRI-12862)
The queue detail page offers Investigate when the queue is at capacity with
runs waiting or the head-of-line wait passes the existing warning threshold;
the run page's waiting widget offers it whenever it renders. Both post the
visible request in the user's own voice through the existing button.
2026-08-02 21:40:18 +00:00
..
2024-10-09 12:52:52 +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