Remove redundant shutdown message from gunicorn

(cherry picked from commit 6d4a55100e)
This commit is contained in:
yangdx 2025-11-01 12:52:22 +08:00 committed by Raphaël MANSUY
parent df2c24264f
commit 407a2c2ecd

View file

@ -129,11 +129,12 @@ def on_exit(server):
print("=" * 80)
print("GUNICORN MASTER PROCESS: Shutting down")
print(f"Process ID: {os.getpid()}")
print("=" * 80)
# Release shared resources
print("Finalizing shared storage...")
finalize_share_data()
print("=" * 80)
print("=" * 80)
print("Gunicorn shutdown complete")
print("=" * 80)