Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Redis connection timeout #36

Open
russellkemmit opened this issue Oct 27, 2022 · 0 comments
Open

Redis connection timeout #36

russellkemmit opened this issue Oct 27, 2022 · 0 comments

Comments

@russellkemmit
Copy link

russellkemmit commented Oct 27, 2022

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.

 spring:
    redis:
      host: redis_host
      password: password
    session:
      redis:
        configure-action: none
      store-type: redis

Below is the first error from trace

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant