-
Notifications
You must be signed in to change notification settings - Fork 23
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
[epic ] Automatically backfill and reap history #196
Labels
Comments
mollykarcher
changed the title
Automtically backfill history
Automatically backfill history
Jun 4, 2024
2opremio
changed the title
Automatically backfill history
Automatically backfill and reap history
Jun 6, 2024
This was referenced Jun 6, 2024
mollykarcher
changed the title
Automatically backfill and reap history
[epic ] Automatically backfill and reap history
Jun 6, 2024
I'm going to close all these issues. We're unsure of the product need. Will recreate if/when we decide to move forward |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Right now there is:
RPC should automatically reconcile the existing history state with the desired state (desired window), accounting for things like changes in the commandline parameters.
RPC should do so asynchronously, in the background without disturbing the normal operation of serving method calls.
Also, RPC should strive to leave the state consistent at all times (e.g. no history gaps should be left as a result of crashes or restarts).
Subtasks (by dependency order):
The text was updated successfully, but these errors were encountered: