From 72fd7b2996864843d7e6dc39b384119b64a47abd Mon Sep 17 00:00:00 2001 From: vitor-aignosi Date: Mon, 20 Oct 2025 16:30:29 -0300 Subject: [PATCH] SIENTIAPDE-1312 SIENTIAPDE-1312: Update notification_id in TemporalManager to improve error reporting for schedule normalization failures. --- orchestrator/activities/temporal_manager.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/orchestrator/activities/temporal_manager.py b/orchestrator/activities/temporal_manager.py index a6ecc64..8941ea4 100644 --- a/orchestrator/activities/temporal_manager.py +++ b/orchestrator/activities/temporal_manager.py @@ -129,7 +129,7 @@ class TemporalManager(BaseActivity): trace = traceback.format_exc() self.send_notification( metadata=metadata, - notification_id='TEMPORAL_NORMALIZE_SCHEDULES_ERROR', + notification_id='SCHEDULER_NORMALIZE_SCHEDULES_ERROR', message=f'Failed to normalize schedules: {e}', block='normalize_schedules', level=NotificationLevel.ERROR,