This commit is contained in:
Raphaël MANSUY 2025-12-04 19:18:40 +08:00
parent 2321ef6e37
commit 1db4d81dbb

View file

@ -330,7 +330,12 @@ def create_app(args):
# Only perform cleanup in Uvicorn single-process mode
if "LIGHTRAG_GUNICORN_MODE" not in os.environ:
# Clean up shared data
logger.debug("Unvicorn Mode: finalize shared storage...")
finalize_share_data()
else:
logger.debug(
"Gunicorn Mode: don not finalize shared storage in worker process"
)
# Initialize FastAPI
base_description = (