6f26acb581
Move expensive findMany queries for PENDING_VERSION and WAITING_FOR_DEPLOY runs to read replicas to avoid blocking migrations on the primary database. Changes: - Add readOnlyPrisma to SystemResources type - Pass readOnlyPrisma to systems in RunEngine constructor - Update pendingVersionSystem to use readOnlyPrisma for findMany - Update executeTasksWaitingForDeploy to use _replica for findMany
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