Fix multiprocess dict creation logic, add process safety locks for namespace creation.

This commit is contained in:
yangdx
2025-02-27 19:03:53 +08:00
parent 92ecb0da97
commit 946095ef80
3 changed files with 50 additions and 48 deletions

View File

@@ -61,7 +61,6 @@ def on_starting(server):
print("Gunicorn initialization complete, forking workers...")
print("=" * 80)
def on_exit(server):
"""
Executed when Gunicorn is shutting down.