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

add quicksave feature, saving stores states when shutting down #585

Merged
merged 6 commits into from
Feb 25, 2025

Conversation

sduchesneau
Copy link
Contributor

when shutting down, every request currently running live on tier1 that contains stores will immediately stop processing blocks and save the state of it sstores under /quicksaves in the cache directory for that module.

Upon reconnection, if the user is providing the last cursor, a "quickload" operation will replace the usual "backprocess + load stores at a boundary + process all the blocks from that boundary up to requested block to prepare the stores"

… from the tier1 instance because it is shutting down
@sduchesneau sduchesneau requested a review from maoueh February 21, 2025 21:47
@sduchesneau sduchesneau merged commit 8ed7fe0 into develop Feb 25, 2025
7 checks passed
@sduchesneau sduchesneau deleted the feature/quicksave branch February 25, 2025 21:15
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

Successfully merging this pull request may close these issues.

1 participant