-
Notifications
You must be signed in to change notification settings - Fork 1
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
Avoid using port forward for redis #61
Comments
For now, we probably can just re-try the tasks. But in the long term we would like to have this enhancement. |
Current StatusWhat we may keep explore
Relevant resources
|
ConclusionWe can now wrap up:
|
Works as expected. Just note that for public redis, we're using 6378. |
In travis, we use port forward to let it connect to redis on our k8 cluster.
However, from time to time, we see the port forward fails, like broken pipe, or anything. But eventually making java scraper not able to connect. The lettuce library, like throwing exception as below:
There're some SO mentioning that port forward is generally slower than exposing the redis server over k8 service.
As such, in order to increase the reliability of redis service, we want to
The text was updated successfully, but these errors were encountered: