mirror of
https://github.com/CyberMind-FR/secubox-deb.git
synced 2026-07-29 17:36:56 +00:00
secubox-frigate follows the double-cache pattern (daemon refresh thread + in-memory _cache guard + file cache + compute fallback) but used a sync handler + threading.Thread(target=refresh_cache) instead of asyncio.create_task — which the lint's has_bg_refresh detection didn't recognize → false-positive [no-cache-signals] → Dashboard Cache Lint red. Detect threading.Thread(target= refresh_*)/Thread(target=refresh_*) alongside asyncio.create_task. +self-test. Co-Authored-By: Gerald KERMA <devel@cybermind.fr> |
||
|---|---|---|
| .. | ||
| fixtures | ||
| __init__.py | ||
| README.md | ||
| test_check_dashboard_cache.py | ||
| test-agent-worktree.sh | ||