SIENTIAPDE-1312
SIENTIAPDE-1312: Update notification_id in TemporalManager to improve error reporting for schedule normalization failures.
This commit is contained in:
@@ -129,7 +129,7 @@ class TemporalManager(BaseActivity):
|
|||||||
trace = traceback.format_exc()
|
trace = traceback.format_exc()
|
||||||
self.send_notification(
|
self.send_notification(
|
||||||
metadata=metadata,
|
metadata=metadata,
|
||||||
notification_id='TEMPORAL_NORMALIZE_SCHEDULES_ERROR',
|
notification_id='SCHEDULER_NORMALIZE_SCHEDULES_ERROR',
|
||||||
message=f'Failed to normalize schedules: {e}',
|
message=f'Failed to normalize schedules: {e}',
|
||||||
block='normalize_schedules',
|
block='normalize_schedules',
|
||||||
level=NotificationLevel.ERROR,
|
level=NotificationLevel.ERROR,
|
||||||
|
|||||||
Reference in New Issue
Block a user