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
Within the last 10 days, we have been experiencing issues connecting to Redis on GCP. Our setup has been working for months and randomly stopped working. Below is how I connect to Redis, FYI, this has never been changed. I have manually connected to the Redis server using Python and I was able to connect successfully. Any help would be greatly appreciated!
I have tried switching from image openanalytics/shinyproxy-operator:1.0.0 to openanalytics/shinyproxy-operator:1.0.3 and that did not seem to help.
Exception in thread "Timer-1" org.springframework.data.redis.RedisConnectionFailureException: Unable to connect to Redis; nested exception is io.lettuce.core.RedisConnectionException: Unable to connect to
The text was updated successfully, but these errors were encountered:
Within the last 10 days, we have been experiencing issues connecting to Redis on GCP. Our setup has been working for months and randomly stopped working. Below is how I connect to Redis, FYI, this has never been changed. I have manually connected to the Redis server using Python and I was able to connect successfully. Any help would be greatly appreciated!
I have tried switching from image openanalytics/shinyproxy-operator:1.0.0 to openanalytics/shinyproxy-operator:1.0.3 and that did not seem to help.
Below is the first error from trace
The text was updated successfully, but these errors were encountered: