Run push notification channels on independent fixed cadences #714

Merged
timmy merged 1 commits from timmy/713-independent-push-cadences into main 2026-08-13 06:25:03 +00:00
Owner

Closes #713

Runs unread-update and deadline-reminder push delivery on independent fixed-cadence workers. Slow or blocked work in one channel no longer delays the other, overruns skip missed ticks without overlap or catch-up bursts, and cancellation drains both workers.

Tests: python3 -m pytest tests/test_push_notifications.py -q (37 passed); python3 -m pytest tests/ -q (1385 passed).

Closes #713 Runs unread-update and deadline-reminder push delivery on independent fixed-cadence workers. Slow or blocked work in one channel no longer delays the other, overruns skip missed ticks without overlap or catch-up bursts, and cancellation drains both workers. Tests: `python3 -m pytest tests/test_push_notifications.py -q` (37 passed); `python3 -m pytest tests/ -q` (1385 passed).
timmy added 1 commit 2026-08-13 06:23:13 +00:00
fix: isolate push channel schedules (Closes #713)
All checks were successful
CI / lint (pull_request) Successful in 1m27s
CI / build-release (pull_request) Successful in 6s
CI / release-candidate (pull_request) Has been skipped
b069379df0
timmy merged commit 9320016b50 into main 2026-08-13 06:25:03 +00:00
timmy deleted branch timmy/713-independent-push-cadences 2026-08-13 06:25:03 +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#714
No description provided.