docs: update for codebase consolidation and startup fixes
- Remove source.py from architecture (deleted) - Add metrics.py to module list - Update warm start: trusts cached state, instant startup - Update signal handling: registered before startup - Add refactoring tasks to TASKS.md - Remove stale troubleshooting entry Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -179,11 +179,10 @@ are loaded for fast warm starts.
|
||||
|
||||
### Warm start
|
||||
|
||||
When restarting with an existing state file, only the previously-alive proxies
|
||||
are tested before the server starts accepting connections. A full health test
|
||||
of all proxies runs in the background. This reduces startup blocking from
|
||||
minutes to seconds on warm restarts. Cold starts (no state file) test all
|
||||
proxies before serving.
|
||||
When restarting with an existing state file, the server trusts the cached
|
||||
alive state and begins accepting connections immediately. A full health test
|
||||
of all proxies runs in the background. Startup takes seconds regardless of
|
||||
pool size. Cold starts (no state file) test all proxies before serving.
|
||||
|
||||
### Dead proxy reporting
|
||||
|
||||
|
||||
Reference in New Issue
Block a user