docs: keep working when scache reload fails

Docs for 54430c3a2c
This commit is contained in:
steve-chavez
2026-08-06 17:54:23 -05:00
parent 75891975f5
commit 6951e1301d
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ You can do this with UNIX signals or with PostgreSQL notifications. It's also po
.. note::
- Requests will wait until the schema cache reload is done. This to prevent client errors due to an stale schema cache.
- If the schema cache fails to reload (e.g. due to a ``statement_timeout`` or :ref:`pool timeout <pool_timeout>`), PostgREST will continue serving requests in a "best effort" basis.
- If you are using the :ref:`in_db_config`, a schema cache reload will :ref:`reload the configuration<config_reloading>` as well.
.. _schema_reloading_signals: