-
Notifications
You must be signed in to change notification settings - Fork 473
Create production-ready combined cache + retry solution #20383
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
Open
ebembi-crdb
wants to merge
6
commits into
main
Choose a base branch
from
test-cache-retry-combined
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
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
Contributor
ebembi-crdb
commented
Sep 18, 2025
- Add comprehensive netlify.toml with cache plugin and retry settings
- Include build-test.sh with combined testing mode support
- Add production-ready-test.md with realistic failure scenarios
- Configure package.json with netlify-plugin-cache dependency
- Ready for production deployment with 99% reliability target
- Add comprehensive netlify.toml with cache plugin and retry settings - Include build-test.sh with combined testing mode support - Add production-ready-test.md with realistic failure scenarios - Configure package.json with netlify-plugin-cache dependency - Ready for production deployment with 99% reliability target
✅ Deploy Preview for cockroachdb-interactivetutorials-docs canceled.
|
✅ Deploy Preview for cockroachdb-api-docs canceled.
|
Files changed:
|
✅ Netlify Preview
To edit notification comments on pull requests, go to your Netlify project configuration. |
Testing second build with warm cache - expecting: - Cache to be restored (408MB from previous build) - Build time reduced from 13+ minutes to 2-3 minutes - No retries needed with cached content
Small content change to bypass Netlify's no-change detection This will test cache restoration and performance improvements
…des cache - Debug all potential cache directory names - Check environment variables - Show what directories are created after build - Verify remote_include plugin is working - Sample cached files inspection
- Remove other cache paths to focus on remote includes only - Test if enabling remote_include caching creates the directory - Simplify cache strategy to target the core issue
- Add jekyll-remote-include to plugins list - Explicitly set remote_include.use_cache: true - This should override any no_remote_cache config that may be included - Addresses root cause found in Makefile analysis
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.