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

Recovery from failures #922

Open
mikedilger opened this issue Dec 7, 2024 · 0 comments
Open

Recovery from failures #922

mikedilger opened this issue Dec 7, 2024 · 0 comments

Comments

@mikedilger
Copy link
Owner

When we are unable to do something at a relay, because it is down or whatever, we could save what we were trying to do in the database, and try again later, exponentially backing off, and eventually giving up.

This would require a new database to keep the ToMinionMessage objects (or similar) along with a timestamp when we last tried, and how big the exponential backoff currently is.

This would also require a background task that periodically checks these to see if any need to be tried again, or given up upon.

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

No branches or pull requests

1 participant