Denis Cornehl

Results 210 comments of Denis Cornehl

Next piece we need before prod : Access to logs

@jdno coming from [this discussion](https://rust-lang.zulipchat.com/#narrow/stream/242791-t-infra/topic/forbid.20docs.2Ers.20direct.20server.20access.20.28web.29) I want to add here that the docs.rs containers / servers should _not_ be reachable directly from the internet. So all traffic needs to go...

One thought I had thinking about this topic again: - CloudFront has a hard limit on in-progress wildcard path invalidations (15) - we are invalidating the crate docs after each...

> Can't we de-duplicate invalidations if we approach the limit? E.g., a * invalidation every 5 minutes would presumably never hit the limit. You mean "escalating" them, so when the...

> Note that (IMO) if we can get the cache keys setup right, i.e. everything except HTML is always at a by-hash file path - it seems to me that...

I video would be really helpful, purely from the description I can't reproduce the issue.

probably a duplicate of #4930

Is this still something we want? Just stumbled on this, and having quite some Heroku experience I could check what's possible. I guess you need a real Heroku Account in...

it also should be possible to have one app.json work for both the review apps and the button, the most tricky thing is often to create the test-data, not sure...

I was thinking if this would be even possible using a axum extractor. Or at the very least put it into a shared function that has to return redirects as...