From bb2ed88736b70301ffd32982918b20f421bf8ec9 Mon Sep 17 00:00:00 2001 From: Bulat Kurbanov Date: Tue, 18 Feb 2025 20:11:49 +0100 Subject: [PATCH] Update --- src/modules/stream_notifications/tasks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/stream_notifications/tasks.py b/src/modules/stream_notifications/tasks.py index 1841199..8a8f4ae 100644 --- a/src/modules/stream_notifications/tasks.py +++ b/src/modules/stream_notifications/tasks.py @@ -77,7 +77,7 @@ async def check_streams_states(): @broker.task( - "stream_notifications.twitch.on_message", + "stream_notifications.on_message", retry_on_error=True ) async def on_message(event: MessageEvent):