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,