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

fix(datastore): Load pending mutations one at a time from outbox #2428

Merged
merged 9 commits into from
May 4, 2023

Conversation

eeatonaws
Copy link
Contributor

  • PR title and description conform to Pull Request guidelines.

Issue #, if available: #1869

Description of changes: Modifies the PersistentMutationOutbox to load pending mutations one at a time, rather than storing all pending mutations in a queue, to reduce memory usage.

How did you test these changes?
Ran existing tests and tested in a sample app.

Documentation update required?

  • No
  • Yes (Please include a PR link for the documentation update)

General Checklist

  • Added Unit Tests
  • Added Integration Tests
  • Security oriented best practices and standards are followed (e.g. using input sanitization, principle of least privilege, etc)

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@eeatonaws eeatonaws requested a review from a team as a code owner May 2, 2023 15:31
div5yesh
div5yesh previously approved these changes May 2, 2023
@eeatonaws eeatonaws merged commit 5802410 into main May 4, 2023
@eeatonaws eeatonaws deleted the replace-mutation-queue branch May 4, 2023 17:56
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.

4 participants