diff --git a/src/Infrastructure/BotSharp.Core/Infrastructures/Events/RedisSubscriber.cs b/src/Infrastructure/BotSharp.Core/Infrastructures/Events/RedisSubscriber.cs index a09224d8..61db1d33 100644 --- a/src/Infrastructure/BotSharp.Core/Infrastructures/Events/RedisSubscriber.cs +++ b/src/Infrastructure/BotSharp.Core/Infrastructures/Events/RedisSubscriber.cs @@ -81,10 +81,6 @@ public class RedisSubscriber : IEventSubscriber await HandleGroupMessage(db, channel, group, consumer, received, $"{channel}-Error"); } } - catch (RedisTimeoutException) - { - _logger.LogWarning($"Redis timeout for channel {channel}, will retry in next cycle"); - } catch (Exception ex) { _logger.LogError($"Error processing message: {ex.Message}\r\n{ex}");