[AZ-172] Complete distributed architecture implementation — update reports and state

Made-with: Cursor
This commit is contained in:
Oleksandr Bezdieniezhnykh
2026-03-31 06:40:31 +03:00
parent 9411103041
commit da32c2e6bd
5 changed files with 95 additions and 24 deletions
+7 -21
View File
@@ -1,10 +1,10 @@
# Dependencies Table
**Date**: 2026-03-31
**Total Tasks**: 15 (11 done + 4 new)
**Total Tasks**: 15 (11 test + 4 feature — all done)
**Total Complexity Points**: 43
## Completed Tasks (Steps 4-6)
## Completed Tasks (Steps 4-6: Tests)
| Task | Name | Complexity | Dependencies | Epic | Status |
|------|------|-----------|-------------|------|--------|
@@ -20,25 +20,11 @@
| AZ-147 | test_security | 2 | AZ-138 | AZ-137 | done |
| AZ-148 | test_resource_limits | 3 | AZ-138, AZ-142 | AZ-137 | done |
## New Tasks (Step 8 — Distributed Architecture)
## Completed Tasks (Step 9: Distributed Architecture)
| Task | Name | Complexity | Dependencies | Epic | Status |
|------|------|-----------|-------------|------|--------|
| AZ-173 | stream_based_run_detect | 3 | None | AZ-172 | todo |
| AZ-174 | db_driven_ai_config | 2 | None | AZ-172 | todo |
| AZ-175 | media_table_integration | 2 | AZ-173 | AZ-172 | todo |
| AZ-176 | cleanup_obsolete_path_code | 1 | AZ-173, AZ-174 | AZ-172 | todo |
## Execution Order (New Tasks)
**Batch 1** (no internal dependencies):
- AZ-173: stream_based_run_detect (3 pts) — PyAV byte-stream decoding
- AZ-174: db_driven_ai_config (2 pts) — fetch config from annotations service
**Batch 2** (depends on AZ-173):
- AZ-175: media_table_integration (2 pts) — Media record lifecycle
**Batch 3** (depends on AZ-173 + AZ-174):
- AZ-176: cleanup_obsolete_path_code (1 pt) — remove old path-based code
**New tasks total**: 4 tasks, 8 complexity points, 3 batches
| AZ-173 | stream_based_run_detect | 3 | None | AZ-172 | done |
| AZ-174 | db_driven_ai_config | 2 | None | AZ-172 | done |
| AZ-175 | media_table_integration | 2 | AZ-173 | AZ-172 | done |
| AZ-176 | cleanup_obsolete_path_code | 1 | AZ-173, AZ-174 | AZ-172 | done |