Suppress JS upload updates after failures#1556
Conversation
Greptile SummaryThis PR suppresses stale state mutations and spurious
Confidence Score: 4/5Safe to merge; the guard logic is correct and the only nit is a cosmetic naming inconsistency between the web and node/react-native templates. The upload-failure guard is logically sound across all three templates. In the worker-pool pattern (Node/React Native), No files require special attention; the three upload-logic files received the same structural change and are internally consistent. Important Files Changed
Reviews (1): Last reviewed commit: "Suppress JS upload updates after failure" | Re-trigger Greptile |
What
Why
Greptile flagged remaining low-confidence cases in downstream Node and Console SDK PRs: after the first chunk failure, already in-flight chunks could still complete their post-await code path and emit progress updates after the caller had observed a rejection.
Verification