P3-01: workers config parsed but unused by ThreadingHTTPServer #19
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Severity: P3 (Low)
File:
decider/server.pylines 95, 210Problem
The
workersconfig is read from the config file, logged, but never applied.ThreadingHTTPServerspawns a new thread per request with no cap.Fix
Either:
workersfrom config (document that ThreadingHTTPServer is unbounded)