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

core: Expose snapshot taking on Locking datastore #1898

Merged
merged 1 commit into from
Oct 28, 2024

Conversation

kim
Copy link
Contributor

@kim kim commented Oct 24, 2024

Introduces a method on Locking to take a snapshot of the current committed state. Additionally a static method, so that the snapshot worker can use the same code.

This is useful for tooling, where it usually does not make sense to spin up a RelationalDB.

Introduces a method on `Locking` to take a snapshot of the current
committed state. Additionally a static method, so that the snapshot
worker can use the same code.

This is useful for tooling, where it usually does not make sense to
spin up a `RelationalDB`.
@kim kim added this pull request to the merge queue Oct 28, 2024
Merged via the queue into master with commit a30ec57 Oct 28, 2024
8 of 9 checks passed
@kim kim deleted the kim/core/locking-take-snapshot branch October 28, 2024 06:42
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.

2 participants