Sercomm SWPA's Harmonic CMTS Management System
Go to file
swpa 60195a735e perf(memory): 實施 Priority 2 記憶體洩漏修復與資源回收優化
- 前端 OOM 防護:實作 clearTreeCache 並於切換設備時觸發,釋放巨量樹狀圖快取 (tree-ui.js, app.js)。
- 後端 SSE 資源回收:延長輪詢 timeout 降低 CPU 負載,並透過 finally 確保斷線時 Queue 絕對釋放 (leaf_options.py)。
- SSH 連線生命週期:全面導入 async with Context Manager,確保爬蟲任務中 AsyncSSH 連線與 Process 乾淨關閉 (cmts_scraper.py)。
2026-05-31 16:15:44 +08:00
.continue/rules feat: 前端串流接收器 (Streaming UI) 2026-05-29 15:16:46 +08:00
.vscode chore: 調整Monica Code設定 2026-05-30 23:27:33 +08:00
routers perf(memory): 實施 Priority 2 記憶體洩漏修復與資源回收優化 2026-05-31 16:15:44 +08:00
static perf(memory): 實施 Priority 2 記憶體洩漏修復與資源回收優化 2026-05-31 16:15:44 +08:00
.clineignore feat: 1.PostgreSQL 高可用性架構升級, 2.導入continue.dev與Roo Code偕同開發模式。 2026-05-21 16:57:45 +08:00
.clinerules feat: 前端串流接收器 (Streaming UI) 2026-05-29 15:16:46 +08:00
.gitignore chore: update .gitignore and ignore cache 2026-05-21 16:57:45 +08:00
PROJECT_STATE.md feat: 前端串流接收器 (Streaming UI) 2026-05-29 15:16:46 +08:00
all_code.txt perf(memory): 實施 Priority 2 記憶體洩漏修復與資源回收優化 2026-05-31 16:15:44 +08:00
cmts_scraper.py perf(memory): 實施 Priority 2 記憶體洩漏修復與資源回收優化 2026-05-31 16:15:44 +08:00
database.py feat(backup): 優化備份模組 UI 佈局與搜尋過濾防呆機制 2026-05-28 22:24:57 +08:00
index.html fix(backup): 設備終端機分頁機制(Pagination)問題處理 2026-05-30 00:48:53 +08:00
init_db.py feat: 實作 Phase 1 & 2 備份資料庫 Schema 與 API 路由 2026-05-25 16:40:55 +08:00
main.py feat: 實作 Phase 1 & 2 備份資料庫 Schema 與 API 路由 2026-05-25 16:40:55 +08:00
merge_code.py chore: 將所有須一的程式碼寫入單一文字檔, 方便提供給Gemini AI分析。 2026-05-31 10:25:28 +08:00
requirements.txt feat: 1.PostgreSQL 高可用性架構升級, 2.導入continue.dev與Roo Code偕同開發模式。 2026-05-21 16:57:45 +08:00
shared.py refactor(backend): 實施 Priority 1 核心穩定性升級與連線防護 2026-05-31 14:24:10 +08:00
test_scraper.py feat: 樹狀結構修整 & 各欄位提示資料建立與快取設計 2026-05-21 16:50:38 +08:00