You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If wherever the plugin is running loses connection to the redis server, it'll leave the plugin in a state where it's unusable.
What did you expect to happen?
I would like the plugin to attempt reconnecting if the connection ever breaks so it can recover into a healthy state after the lost connection is re-established.
Version
build 90 of ConnectorPlugin
Config
# Plugin debuggingdebug: true# Currently supported types:# - "plugin_messages" (will not be able to send messages from server without any players online)# - "redis" (does not require online players)# - "mqtt" (does not require online players)messenger-type: redis# The group this server is ingroup: global# Put specific plugins into different groupingsplugin-groups:
pluginname: specialgroup# Should be the same name as in the proxy configserver-name: ... redacted ...# Redis messenger settingsredis:
host: ... redacted ...port: 6379db: 0timeout: 60password: ... redacted ...# Mqtt messenger settingsmqtt:
broker-uri: tcp://localhost:1883keep-alive: 30username: mqttuserpassword: password1
Server/system Version
Paper version 1.21.3-65-master@7e789e8
Log
There are a couple lines reading like this:
[06:12:57] [lettuce-nioEventLoop-4-3/WARN] [de.themoep.connectorplugin.lib.lettuce.core.protocol.ConnectionWatchdog]: Cannot reconnect to [... redacted .../<unresolved>:6379]: ... redacted ...
What other programs/plugins are you running?
Lots but they should have very little to do with this bug/request
Additional context
No response
The text was updated successfully, but these errors were encountered:
I never had issues with that myself (I use redis too) but I will do some testing to see if the automatic reconnect is actually not working correctly.
But just fyi: This plugin uses lettuce to handle connecting to redis, not jedis so a solution which was used for plugins that use jedis wouldn't work. ;)
What is happening?
If wherever the plugin is running loses connection to the redis server, it'll leave the plugin in a state where it's unusable.
What did you expect to happen?
I would like the plugin to attempt reconnecting if the connection ever breaks so it can recover into a healthy state after the lost connection is re-established.
Version
build 90 of ConnectorPlugin
Config
Server/system Version
Paper version 1.21.3-65-master@7e789e8
Log
What other programs/plugins are you running?
Lots but they should have very little to do with this bug/request
Additional context
No response
The text was updated successfully, but these errors were encountered: