mirror of
https://github.com/FunnyWolf/agentic-soc-platform.git
synced 2026-08-22 13:12:56 +02:00
feat(dashboard): cache overview in background
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user