New alert service

This commit is contained in:
Urtzi Alfaro
2025-12-05 20:07:01 +01:00
parent 1fe3a73549
commit 667e6e0404
393 changed files with 26002 additions and 61033 deletions

View File

@@ -27,6 +27,7 @@ async def _background_cloning_task(session_id: str, session_obj_id: UUID, base_t
from app.core.database import db_manager
from app.models import DemoSession
from sqlalchemy import select
from app.core.redis_wrapper import get_redis
# Create new database session for background task
async with db_manager.session_factory() as db: