Denis Cornehl
Denis Cornehl
@Nemo157 @jsha one of you has time for a review? I could only check everything except the JS, so mostly testing it if you don't have any time
### Some first manual test results the line between these dropdowns is missing: - old behavior is that after opening the dropdown I can click anywhere else and the menu...
@Nemo157 could you provide some insight how this could look like?
So it seems like this change would benefit doc-users, but only for crates where the author mistakenly didn't specify the doc-targets for the crate. While I definitely see the advantage...
Valid point, I missed that, we will definitely hit this at some point, my guess would be only when we have much higher build capacity, much better caching, or many...
Another approach (a pessimistic one) would be probably: - collect paths to invalidate in a separate table - once a minute (or something like that), push the collected invalidations to...
> If an average invalidation takes 5 minutes and we can have 15 in parallel On that I'll try to collect some data. According to the docs an invalidation can...
in a small dummy distribution the invalidation only takes some seconds. This probably looks different with more files to invalidate, we'll see in prod.
It seems like there is also a rate-limit on the API calls, but information is confusion here (https://github.com/aws/aws-sdk-js/issues/3983#issuecomment-1238959245). We'll see how it looks like after #1864 is deployed
short update here: especially in combination with the rebuilds from #1181 we're running into an _too many active wildcard invaldations_ error in cloudfront, multiple times a day: So we have...