SIENTIAPDE-1312

SIENTIAPDE-1312: Update notification_id in TemporalManager to improve error reporting for schedule normalization failures.
This commit is contained in:
vitor-aignosi
2025-10-20 16:30:29 -03:00
parent 61fea4bb75
commit 72fd7b2996

View File

@@ -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,