Improve the event messaging for training service 2

This commit is contained in:
Urtzi Alfaro
2025-07-31 15:34:35 +02:00
parent 923b2d48d2
commit e581a144be
5 changed files with 288 additions and 10 deletions

View File

@@ -18,6 +18,13 @@ from app.core.config import settings
from sqlalchemy.ext.asyncio import AsyncSession
from app.services.messaging import (
publish_job_progress,
publish_data_validation_started,
publish_data_validation_completed,
publish_job_step_completed
)
logger = logging.getLogger(__name__)
class BakeryMLTrainer: