You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@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.
@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 a404
when no assets are available should return a tile on subsequent requests once assets have been loaded. The current release oftitiler
uses the sameCache-Control
header for all responses <500
which could result in the edge cache maintaining404
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.The text was updated successfully, but these errors were encountered: