You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(webapp,run-engine): read-your-writes primary fallback for replica-lag run-store reads
Run-store reads that gate a mutation or feed a public GET/realtime response were
routed to the lagging read replica, so a just-written run/waitpoint/batch could
spuriously miss under replica lag. On a replica miss re-read the owning primary
(findRun/findWaitpoint/findBatchTaskRunByFriendlyId -> *OnPrimary / this.$.prisma /
this._prisma); read the owning primary outright on the in-flow runAttemptSystem
paths; and make the SDK batch GET 404 retryable.
Sites: findEnvironmentFromRun, ApiWaitpointPresenter, BatchPresenter, session
end-and-continue, api/realtime batch GET routes, realtime run/stream/session
routes, sync trace loader, dashboardAgent run-commit, batchTriggerV3 dependent-
attempt guard, runAttemptSystem resolveTaskRunContext + attemptFailed(forceRequeue).
0 commit comments