Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reliability - log heartbeat checkpoint during broadcast push notification dispatching #40

Closed
f-w opened this issue Jun 7, 2021 · 0 comments · Fixed by #44
Closed

Reliability - log heartbeat checkpoint during broadcast push notification dispatching #40

f-w opened this issue Jun 7, 2021 · 0 comments · Fixed by #44
Labels
enhancement New feature or request

Comments

@f-w
Copy link
Collaborator

f-w commented Jun 7, 2021

During broadcast push notification dispatching, main request may fail, for example due to node failure. In order to re-try the dispatching, a precursor is being able to detect a main request has failed.

This can be achieved by having the main request update notification record at a fixed interval, say 1 min. If the notification is in sending state and last update timestamp is much older than the interval, it indicates the main request has failed.

This is part of reliability improvements to achieve node failure resilience. See #36 for a full description.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant