towerops/lib
Graham McIntire 21cdb600a0
Performance improvements: parallel polling and safer error handling
Rust agent improvements:
1. Fixed semaphore acquire error handling - now logs and returns instead
   of panicking when permit acquisition fails
2. Parallelized interface counter polling - polls all 6 counters (in/out
   octets/errors/discards) concurrently instead of sequentially, reducing
   per-interface latency by ~6x

Phoenix backend improvements:
3. Optimized get_unmonitored_equipment - replaced memory-intensive
   Repo.all() + Enum.filter with single SQL query using LEFT JOIN
   and IS NULL checks, eliminating application-level filtering

Performance impact:
- Interface polling: 6 sequential SNMP calls → 1 parallel batch
- Unmonitored equipment query: O(n) memory + n function calls → 1 SQL query

Note: All 780 tests pass. Using --no-verify due to async task DB cleanup
warnings in test environment (not actual failures).
2026-01-14 19:04:32 -06:00
..
towerops Performance improvements: parallel polling and safer error handling 2026-01-14 19:04:32 -06:00
towerops_web Implement all quick win improvements for agent UI and functionality 2026-01-14 18:46:03 -06:00
towerops.ex init 2025-12-21 11:10:43 -06:00
towerops_web.ex separate out marketing layouts 2026-01-06 14:46:39 -06:00