Preserve healthy live sections during partial upstream timeouts #1430

Merged
timmy merged 1 commits from timmy/1429-section-isolated-live-snapshot-deadlines into main 2026-08-26 11:55:23 +00:00
Owner

Closes #1429

What changed

  • bound context, activity, and notifications to independent section deadlines
  • share one current-user request across context and activity without coupling notifications to identity latency
  • cancel stalled shared identity work after section consumers time out
  • retain a narrow outer invariant guard while applying retry/backoff only to failed sections

TDD evidence

  • RED: notifications-only stall returned 503 instead of preserving healthy context/activity
  • RED: identity stall returned 503 instead of preserving completed notifications
  • GREEN: focused timeout behaviors pass
  • Full suite: 2730 passed, 26 skipped
Closes #1429 ## What changed - bound context, activity, and notifications to independent section deadlines - share one current-user request across context and activity without coupling notifications to identity latency - cancel stalled shared identity work after section consumers time out - retain a narrow outer invariant guard while applying retry/backoff only to failed sections ## TDD evidence - RED: notifications-only stall returned 503 instead of preserving healthy context/activity - RED: identity stall returned 503 instead of preserving completed notifications - GREEN: focused timeout behaviors pass - Full suite: `2730 passed, 26 skipped`
timmy added 1 commit 2026-08-26 11:27:50 +00:00
feat: isolate live snapshot section deadlines (Closes #1429)
All checks were successful
CI / lint (pull_request) Successful in 4m2s
CI / build-release (pull_request) Successful in 7s
CI / browser-journey (pull_request) Successful in 7m12s
CI / release-candidate (pull_request) Has been skipped
dc9e64e98e
timmy closed this pull request 2026-08-26 11:43:31 +00:00
timmy reopened this pull request 2026-08-26 11:43:33 +00:00
timmy merged commit 97a36ea22f into main 2026-08-26 11:55:23 +00:00
timmy deleted branch timmy/1429-section-isolated-live-snapshot-deadlines 2026-08-26 11:55:24 +00:00
Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: stackchain/stackchain-dashboard#1430
No description provided.