@@ -6,15 +6,16 @@ Priority order: top to bottom. Each task is self-contained -- start without aski
66
77## Phase 3: Production Readiness & Scaling (v0.2-alpha → v0.3)
88
9- | ID | Task | Priority | Est |
10- | ----- | ------------------------------------------------------- | -------- | ----- |
11- | T-004 | Implement Redis atomic task claiming (Lua script) | HIGH | 1 day |
12- | T-005 | Add soak test framework (2-3 nodes, 100+ tasks) | HIGH | 1 day |
13- | T-006 | Multi-instance control-plane load balancing tests | MEDIUM | 1 day |
14- | T-007 | Add Grafana dashboard templates for /metrics | MEDIUM | 1 day |
15- | T-008 | Kubernetes deployment manifests + Helm chart | MEDIUM | 2 day |
16- | T-009 | Add comprehensive E2E test suite | MEDIUM | 1 day |
17- | T-010 | Performance benchmarks (task throughput, claim latency) | LOW | 1 day |
9+ | ID | Task | Priority | Status | Notes |
10+ | ----- | ------------------------------------------------------- | -------- | ----------- | ---------------------------------------------- |
11+ | T-004 | Investigate test flakiness | HIGH | NOT_STARTED | Loop tests fail, single runs pass |
12+ | T-005 | Complete Redis atomic task claiming (Redlock) | HIGH | IN_PROGRESS | Basic impl works; needs Redlock for multi-inst |
13+ | T-006 | Add soak test framework (2-3 nodes, 100+ tasks) | HIGH | NOT_STARTED | |
14+ | T-007 | Multi-instance control-plane load balancing tests | MEDIUM | NOT_STARTED | Depends on T-005 completion |
15+ | T-008 | Add Grafana dashboard templates for /metrics | MEDIUM | NOT_STARTED | |
16+ | T-009 | Kubernetes deployment manifests + Helm chart | MEDIUM | NOT_STARTED | |
17+ | T-010 | Add comprehensive E2E test suite | MEDIUM | NOT_STARTED | |
18+ | T-011 | Performance benchmarks (task throughput, claim latency) | LOW | NOT_STARTED | |
1819
1920---
2021
0 commit comments