Run push notification channels on independent fixed cadences #714
No reviewers
Labels
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: stackchain/stackchain-dashboard#714
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "timmy/713-independent-push-cadences"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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).