07.4.4.1.3 — Journal Runtime Cleanup & Event Titles Layer

This commit is contained in:
2026-05-11 10:20:21 +03:00
parent c07a1a4dff
commit b5d931bbb7
13 changed files with 629 additions and 127 deletions

View File

@@ -32,6 +32,17 @@ class TelegramNotificationChannel:
text=message.text,
parse_mode=message.parse_mode,
)
JournalService().log_info(
"notification_sent",
"Telegram-уведомление отправлено.",
{
"title": message.title,
"priority": message.priority,
"dedupe_key": message.dedupe_key,
},
)
return True
except TelegramRetryAfter as exc: