From 87b383316d25932412dae20485f172430c9bb931 Mon Sep 17 00:00:00 2001 From: Steve Chavez Date: Mon, 13 Feb 2023 11:06:22 -0500 Subject: [PATCH] fix: PGRST003 status code to 504 (#594) --- docs/errors.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/errors.rst b/docs/errors.rst index affeb12b2..2d13faa98 100644 --- a/docs/errors.rst +++ b/docs/errors.rst @@ -140,8 +140,8 @@ Related to the connection with the database. | | | :ref:`schema_cache` due to the PostgreSQL service not | | PGRST002 | | running. | +---------------+-------------+-------------------------------------------------------------+ -| .. _pgrst003: | 503 | The request time exceeded the timeout specified in | -| | | :ref:`db-pool-acquisition-timeout`. | +| .. _pgrst003: | 504 | The request timed out waiting for a pool connection | +| | | to be available. See :ref:`db-pool-acquisition-timeout`. | | PGRST003 | | | +---------------+-------------+-------------------------------------------------------------+