Add config reloading with SIGUSR2

This commit is contained in:
laurenceisla
2021-07-24 18:52:52 -05:00
committed by GitHub
parent 5cbabe4a21
commit 2e50a22e64
2 changed files with 37 additions and 0 deletions
+3
View File
@@ -25,6 +25,9 @@ Added
* Allow :ref:`connection_poolers` such as PgBouncer in transaction pooling mode.
|br| -- `@laurenceisla <https://github.com/laurenceisla>`_
* Allow :ref:`config_reloading` by sending a SIGUSR2 signal.
|br| -- `@steve-chavez <https://github.com/steve-chavez>`_
* Config options for showing a full OpenAPI output regardless of the JWT role privileges and for disabling it altogether. See :ref:`openapi-mode`.
|br| -- `@steve-chavez <https://github.com/steve-chavez>`_