Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/benoitc/gunicorn
/ number_of_workers
Function
number_of_workers
examples/standalone_app.py:19–20 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
17
18
19
def
number_of_workers():
20
return
(multiprocessing.cpu_count() * 2) + 1
21
22
23
def
handler_app(environ, start_response):
Callers
1
standalone_app.py
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected