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

Make cache writes async #1029

Merged
merged 3 commits into from
Sep 24, 2024
Merged

Make cache writes async #1029

merged 3 commits into from
Sep 24, 2024

Conversation

passaro
Copy link
Contributor

@passaro passaro commented Sep 20, 2024

Description of change

Spawn separate tasks to update cache blocks, rather than writing synchronously and blocking the read path.

Does this change impact existing behavior?

No

Does this change need a changelog entry in any of the crates?

No


By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license and I agree to the terms of the Developer Certificate of Origin (DCO).

@passaro passaro added the performance PRs to run benchmarks on label Sep 20, 2024
@passaro passaro temporarily deployed to PR integration tests September 20, 2024 07:23 — with GitHub Actions Inactive
Signed-off-by: Alessandro Passaro <alexpax@amazon.co.uk>
Signed-off-by: Alessandro Passaro <alexpax@amazon.co.uk>
Signed-off-by: Alessandro Passaro <alexpax@amazon.co.uk>
@passaro passaro added this pull request to the merge queue Sep 24, 2024
Merged via the queue into awslabs:main with commit d62413d Sep 24, 2024
26 checks passed
@passaro passaro deleted the cache-write-async branch September 24, 2024 10:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
performance PRs to run benchmarks on
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants