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

Investigate Cloudfront distribution for tiling domain. #39

Open
sharkinsspatial opened this issue Mar 4, 2022 · 1 comment
Open

Investigate Cloudfront distribution for tiling domain. #39

sharkinsspatial opened this issue Mar 4, 2022 · 1 comment

Comments

@sharkinsspatial
Copy link

@leothomas @anayeaye As part of our HLS tiling investigation we've been researching edge caching options for mosaic endpoints. In our case (and I believe yours) we'll continually have data loaded into pgstac so a request that might initially result in a 404 when no assets are available should return a tile on subsequent requests once assets have been loaded. The current release of titiler uses the same Cache-Control header for all responses < 500 which could result in the edge cache maintaining 404 responses for extended periods.

We've made the Cache-Control behavior more configurable developmentseed/titiler#444 to alleviate this. I've put together an initial example of edge caching using this NASA-IMPACT/eoAPI@571ed53 NASA-IMPACT/eoAPI@ed01a74.

@j08lue
Copy link

j08lue commented Dec 14, 2022

Continued in #83

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

No branches or pull requests

2 participants