feat(dashboard): cache overview in background

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
rookit
2026-07-24 15:03:29 +08:00
co-authored by Copilot
parent 2db249e092
commit 7191f8cb74
26 changed files with 422 additions and 4 deletions
+5
View File
@@ -101,6 +101,11 @@ services:
restart: unless-stopped
command: ["python", "manage.py", "run_elk_action_worker"]
asp-worker-dashboard-cache:
<<: *asp-backend
restart: unless-stopped
command: ["python", "manage.py", "run_dashboard_cache_worker"]
asp-migrate:
<<: *asp-backend
restart: "no"