Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Increase the extension server request timeout to 1 minute (#10800)
pg_search is 46ish MB. All other remote extensions are around hundeds of KB. 3 seconds is not long enough to download the tarball if the S3 gateway cache doesn't already contain a copy. According to our setup, the cache is limited to 10 GB in size and anything that has not been accessed for an hour is purged. This is really bad for scaling to 0, even more so if you're the only project actively using the extension in a production Kubernetes cluster. Signed-off-by: Tristan Partin <tristan@neon.tech>
- Loading branch information
b6f972e
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
7631 tests run: 7234 passed, 0 failed, 397 skipped (full report)
Flaky tests (1)
Postgres 17
test_pageserver_gc_compaction_idempotent[after_restart]
: release-arm64-without-lfcCode coverage* (full report)
functions
:33.1% (8597 of 25948 functions)
lines
:49.0% (72546 of 147996 lines)
* collected from Rust tests only
b6f972e at 2025-02-13T20:00:55.870Z :recycle: