neon icon indicating copy to clipboard operation
neon copied to clipboard

Neon: Serverless Postgres. We separated storage and compute to offer autoscaling, code-like database branching, and scale to zero.

Results 975 neon issues
Sort by recently updated
recently updated
newest added

Hello Neon team, I was inspecting the /metrics endpoint of the storage-controller and noticed a potential inconsistency in metric labels. Some metrics related to safekeepers, such as storage_controller_safekeeper_request_latency_*, are using...

external

## Problem Previously, the background worker that collects the list of installed extensions across DBs had a timeout set to 1 hour. This cause a problem with computes that had...

A number of test_timeline_copy failures, e. g.: https://neon-github-public-dev.s3.amazonaws.com/reports/main/13040862411/index.html#/testresult/174be23113d55fb0 # [release-pg15-100000] / ARM64 ``` test_runner/regress/test_wal_acceptor.py:2447: in test_timeline_copy sk.http_client().copy_timeline( test_runner/fixtures/safekeeper/http.py:291: in copy_timeline res.raise_for_status() /github/home/.cache/pypoetry/virtualenvs/non-package-mode-_pxWMzVK-py3.11/lib/python3.11/site-packages/requests/models.py:1024: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 500...

t/bug
a/test/flaky
triaged
a/test/flaky/investigated

Clap automatically uses doc comments as help/about texts. Doc comments are strictly better, since they're also used e.g. for IDE documentation, and are better formatted. This patch updates all `neon_local`...