Remove redundant shutdown message from gunicorn
(cherry picked from commit 6d4a55100e)
This commit is contained in:
parent
df2c24264f
commit
407a2c2ecd
1 changed files with 3 additions and 2 deletions
|
|
@ -129,11 +129,12 @@ def on_exit(server):
|
||||||
print("=" * 80)
|
print("=" * 80)
|
||||||
print("GUNICORN MASTER PROCESS: Shutting down")
|
print("GUNICORN MASTER PROCESS: Shutting down")
|
||||||
print(f"Process ID: {os.getpid()}")
|
print(f"Process ID: {os.getpid()}")
|
||||||
print("=" * 80)
|
|
||||||
|
|
||||||
# Release shared resources
|
print("Finalizing shared storage...")
|
||||||
finalize_share_data()
|
finalize_share_data()
|
||||||
|
|
||||||
|
print("=" * 80)
|
||||||
|
|
||||||
print("=" * 80)
|
print("=" * 80)
|
||||||
print("Gunicorn shutdown complete")
|
print("Gunicorn shutdown complete")
|
||||||
print("=" * 80)
|
print("=" * 80)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue