Revert "fix: slow responses on schema cache reload"

This reverts commit 727ef465c1.

Also documents requests waiting for the schema cache.
This commit is contained in:
steve-chavez
2024-04-02 23:15:09 -05:00
committed by Steve Chavez
parent d7c64a93f8
commit 3d55f77bae
4 changed files with 5 additions and 29 deletions
+1 -1
View File
@@ -18,8 +18,8 @@ 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 you are using the :ref:`in_db_config`, a schema cache reload will :ref:`reload the configuration<config_reloading>` as well.
- Theres no downtime when reloading the schema cache. The reloading will happen on a background thread while serving requests.
.. _schema_reloading_signals: