From e0e56935f2c1dd1e64a4410e900df8df0f5c22a2 Mon Sep 17 00:00:00 2001 From: Username Date: Tue, 17 Feb 2026 21:06:35 +0100 Subject: [PATCH] todo: add V1 worker deprecation task --- TODO.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/TODO.md b/TODO.md index b8ac101..e3726b5 100644 --- a/TODO.md +++ b/TODO.md @@ -49,6 +49,18 @@ Optimize only if memory becomes a constraint. --- +## Deprecation + +### [ ] Remove V1 worker protocol + +- V2 workers (URL-driven) are the standard; no V1 workers remain active +- Remove `--worker` flag and V1 code path in ppf.py +- Remove `/api/claim`, `/api/submit` V1 endpoints in httpd.py +- Remove V1 heartbeat/registration handling +- Clean up any V1-specific state tracking in proxywatchd.py + +--- + ## Known Issues ### [!] Podman Container Metadata Disappears