Bound Web Push fan-out latency across devices #558

Merged
timmy merged 1 commits from timmy/557-bounded-push-fanout into main 2026-08-11 08:56:58 +00:00
Owner

Closes #557

What changed

  • fan out Web Push across devices with a configurable concurrency ceiling (default 8)
  • preserve ordered sends within each device
  • stop retrying later threads on a failed endpoint during the same poll
  • document the production setting

Verification

  • RED observed for bounded cross-device concurrency, per-device failure short-circuiting, and poll-loop configuration wiring
  • python3 -m pytest tests/test_push_notifications.py -q — 17 passed
  • python3 -m pytest tests/ -q — 1156 passed
Closes #557 ## What changed - fan out Web Push across devices with a configurable concurrency ceiling (default 8) - preserve ordered sends within each device - stop retrying later threads on a failed endpoint during the same poll - document the production setting ## Verification - RED observed for bounded cross-device concurrency, per-device failure short-circuiting, and poll-loop configuration wiring - `python3 -m pytest tests/test_push_notifications.py -q` — 17 passed - `python3 -m pytest tests/ -q` — 1156 passed
timmy added 1 commit 2026-08-11 08:55:11 +00:00
perf: bound Web Push device fan-out (Closes #557)
All checks were successful
CI / lint (pull_request) Successful in 1m14s
CI / build-release (pull_request) Successful in 5s
CI / release-candidate (pull_request) Has been skipped
79309196b8
timmy merged commit f446e10670 into main 2026-08-11 08:56:58 +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#558
No description provided.