simpleinfra
simpleinfra copied to clipboard
Cloudfront cache not cleared for database dumps with Accept-Encoding request headers
Not trying to bump a closed issue thread, but I'm also not sure if this is related. I'm being served a stale version of the dump when I don't provide a Accept-Encoding header:
Setting Accept-Encoding to gzip, deflate, br grabs me the new data, but I'm actually not sure if that's just related to how cloudfront is caching the request.
Is there any way around cloudfront's cache or should I just expect to possibly have ~48-hour stale data?
Originally posted by @enricozb in https://github.com/rust-lang/crates.io/issues/6652#issuecomment-1676432689
(opening per @jdno's suggestion)