SIENTIAPDE-1350: Configure separate task queues for train and cleanup workers, update sientia-dataops-library to 1.6.1 and refactor prometheus server startup to use logger.

This commit is contained in:
Bruno Domingues
2025-11-24 11:21:43 -03:00
parent 53f49d7a97
commit 2ee66552d2
4 changed files with 45 additions and 28 deletions

View File

@@ -17,6 +17,8 @@ PROJECT_NAME=sientia-model-manager
TEMPORAL_HOST=temporal-frontend.temporal.svc.cluster.local:7233
TEMPORAL_NAMESPACE=model-manager
TRAIN_TASK_QUEUE=train_model-queue
CLEANUP_TASK_QUEUE=cleanup-queue
MONGODB_USERNAME=mongo_user
MONGODB_PASSWORD=mongo_db_password