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

Cache api integration (v2) #856

Merged
merged 8 commits into from
Oct 9, 2024
Merged

Cache api integration (v2) #856

merged 8 commits into from
Oct 9, 2024

Conversation

matheusgr
Copy link
Contributor

No description provided.

ItamarRocha and others added 6 commits September 30, 2024 10:53
Documentation for deno's Edge Cache are available at https://docs.deno.com/deploy/manual/edge-cache/

This commit contains the following alterations:
* Add CACHE_API as default cache engine, which replaces KV in our DD websites (This does not afect the k8s websites, as they are by default using the FILE_SYSTEM cache).
* Change LOADER_CACHE_START_THRESHOLD env var to 0
* Change LOADER_CACHE_SIZE to 1_024_000
* Add Content-Type field to cached response header
* Add Content-Length field to cached response header if length is available
Copy link
Contributor

Tagging Options

Should a new tag be published when this PR is merged?

  • 👍 for Patch 1.104.3 update
  • 🎉 for Minor 1.105.0 update
  • 🚀 for Major 2.0.0 update

@matheusgr matheusgr merged commit 2590f1d into main Oct 9, 2024
2 checks passed
@matheusgr matheusgr deleted the cache_api_integration branch October 9, 2024 12:36
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