How to invalidate cache for visgs #996
Replies: 1 comment
-
setting |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I m working with titiler with object from Google Cloud Storage bucket. /cog/tile works with an object already e.g.
NDVI.tif
, but when I renamed the objectNDVI.tiff
the same titiler that accessed and cached forNDVI.tif
throws 500 Internal Server Error with the message:is this because visgs library used by GDAL is not in sync with the gcs bucket upon object modified?
ps: there is no versioning on gcs bucket object too. After I restarted the titiler server in docker, the renamed file
NDVI.tiff
works then.Beta Was this translation helpful? Give feedback.
All reactions