Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/benoitc/gunicorn
/ when_ready
Function
when_ready
examples/when_ready.conf.py:39–41 ·
view source on GitHub ↗
(server)
Source
from the content-addressed store, hash-verified
37
38
39
def
when_ready(server):
40
mw = MemoryWatch(server, max_mem)
41
mw.start()
Callers
nothing calls this directly
Calls
2
MemoryWatch
Class · 0.85
start
Method · 0.45
Tested by
no test coverage detected