Bound bulk notification fan-out and completion time #146

Merged
rockachopa merged 1 commits from timmy/145-bound-bulk-notification-fanout into main 2026-08-06 22:53:55 +00:00
Member

Closes #145

What changed

  • cap upstream notification mutations at five concurrent requests
  • enforce a six-second whole-batch deadline and await cancellation
  • preserve ordered partial progress and return Retry-After: 1 for retryable IDs

Verification

  • pytest -q tests/test_notification_read.py — 8 passed
  • pytest -q — 129 passed
  • git diff --check — clean
Closes #145 ## What changed - cap upstream notification mutations at five concurrent requests - enforce a six-second whole-batch deadline and await cancellation - preserve ordered partial progress and return `Retry-After: 1` for retryable IDs ## Verification - `pytest -q tests/test_notification_read.py` — 8 passed - `pytest -q` — 129 passed - `git diff --check` — clean
rockachopa added 1 commit 2026-08-06 22:53:07 +00:00
feat: bound bulk notification fan-out (#145)
All checks were successful
CI / lint (pull_request) Successful in 9s
CI / build-frontend (pull_request) Successful in 4s
36d7fb9ce8
rockachopa merged commit 953f59fb19 into main 2026-08-06 22:53:55 +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#146
No description provided.