Send bounded Web Push digests for update bursts #570

Merged
timmy merged 1 commits from timmy/569-push-burst-digests into main 2026-08-11 12:59:32 +00:00
Owner

Closes #569

Product slice

  • caps individual Web Push alerts per device and poll, then sends one privacy-safe digest
  • checkpoints digest-covered IDs atomically after confirmed delivery and preserves failed digests for retry
  • opens the mobile unread Updates inbox without item-specific actions
  • exposes STACKCHAIN_PUSH_MAX_INDIVIDUAL_NOTIFICATIONS (default 3)

Validation

  • python3 -m pytest tests/test_push_notifications.py -q — 21 passed
  • python3 -m pytest tests/test_service_worker.py -q — 44 passed
  • python3 -m pytest tests/ -q — 1178 passed
  • deterministic release bundle verified locally for commit 5e0683cd4a2a9b30fc45377331a78ae3aa4bf73b
Closes #569 ## Product slice - caps individual Web Push alerts per device and poll, then sends one privacy-safe digest - checkpoints digest-covered IDs atomically after confirmed delivery and preserves failed digests for retry - opens the mobile unread Updates inbox without item-specific actions - exposes `STACKCHAIN_PUSH_MAX_INDIVIDUAL_NOTIFICATIONS` (default 3) ## Validation - `python3 -m pytest tests/test_push_notifications.py -q` — 21 passed - `python3 -m pytest tests/test_service_worker.py -q` — 44 passed - `python3 -m pytest tests/ -q` — 1178 passed - deterministic release bundle verified locally for commit `5e0683cd4a2a9b30fc45377331a78ae3aa4bf73b`
timmy added 1 commit 2026-08-11 12:57:42 +00:00
feat: send bounded push digests for update bursts (Closes #569)
All checks were successful
CI / lint (pull_request) Successful in 1m19s
CI / build-release (pull_request) Successful in 5s
CI / release-candidate (pull_request) Has been skipped
5e0683cd4a
timmy merged commit 257bc0110e into main 2026-08-11 12:59:32 +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#570
No description provided.