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

Track pending pings to retry later #28

Open
fluffy-critter opened this issue Aug 12, 2019 · 1 comment
Open

Track pending pings to retry later #28

fluffy-critter opened this issue Aug 12, 2019 · 1 comment
Labels
enhancement New feature or request

Comments

@fluffy-critter
Copy link
Contributor

fluffy-critter commented Aug 12, 2019

Save the scheduled and failed pings into an item which gets written to the cache after each ping has completed (after either removing or marking as failed, accordingly). OR these items into the scheduled list when the target list is computed.

This will help with the case that Pushl gets interrupted partway through (or the receiving endpoint happens to be down/erroring at the time), so pings aren’t lost forever.

@fluffy-critter fluffy-critter added the enhancement New feature or request label Aug 12, 2019
@fluffy-critter
Copy link
Contributor Author

Potentially easier solution: only cache successful pings in the first place

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

No branches or pull requests

1 participant