DB and FastAPI: Reconnect if DB goes down, switch to lifespan events in FastAPI, ensure safe startup/shutdown.

This commit is contained in:
2025-10-08 18:42:59 +02:00
parent 2a8d06a373
commit 799ecdda67
3 changed files with 41 additions and 6 deletions
+1
View File
@@ -168,3 +168,4 @@ cython_debug/
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
#.idea/
test.py