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

Cold pg-based download cache #103

Merged
merged 5 commits into from
Nov 19, 2024
Merged

Cold pg-based download cache #103

merged 5 commits into from
Nov 19, 2024

Conversation

clostao
Copy link
Member

@clostao clostao commented Nov 18, 2024

Similar to the memory cache at #97, files download are to be cached but instead of in memory & for a small size amount the this cache will save in the order of 100GB files (could be increased) for enabling the CDN network in the future.

This is a previous step for the integration with object fetcher to DSN when both caches (hot/cold) miss

Copy link

netlify bot commented Nov 18, 2024

Deploy Preview for auto-drive-demo ready!

Name Link
🔨 Latest commit 98d8a46
🔍 Latest deploy log https://app.netlify.com/sites/auto-drive-demo/deploys/673cb1900af6b8000827ea44
😎 Deploy Preview https://deploy-preview-103--auto-drive-demo.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@clostao clostao changed the base branch from main to fix/chunking November 18, 2024 21:29
Base automatically changed from fix/chunking to main November 18, 2024 22:35
Copy link
Member

@marc-aurele-besner marc-aurele-besner left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@clostao clostao merged commit 4d3d03c into main Nov 19, 2024
6 checks passed
@clostao clostao deleted the feat/cold-file-cache branch November 19, 2024 19:35
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