docs(cache-server): document EAGER_MERGE and server-side merging - #1
Merged
Merged
Conversation
…ge driver Refs falcondev-oss/github-actions-cache-server#267 Created with AI. Verified by a human. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
📝 Summary
falcondev-oss/github-actions-cache-server#267 adds
EAGER_MERGE, which merges cache parts right after upload so the first restore can be a direct download. The docs did not mention it. This documents the variable and what it means per storage driver.📦 Changes
EAGER_MERGEsection in getting started, with the storage-doubling warningAbortIncompleteMultipartUploadlifecycle rule examplecomposeis covered by the existing permissions, merged objects are composite objects✅ Verification
prettier --write packages/gha-cache-server: formatted, no other changes🔗 Issues
Refs falcondev-oss/github-actions-cache-server#262
🤖 Generated with Claude Code