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

docker dpp server: redis server should be more resilient for failure and self healing #153

Open
OriHoch opened this issue Nov 11, 2018 · 1 comment

Comments

@OriHoch
Copy link
Contributor

OriHoch commented Nov 11, 2018

after running for a while and redis server is clogged with a lot of logs it starts to fail

Besides investigating the root cause (probably too much logs) I think it's worth to have the setup more resilient to failure

Implementation options

  • monitor redis and if it fails - clear the redis data directory (after backing it up) and restart it
  • have dpp server exit when redis fails - causing pod to restart
@OriHoch
Copy link
Contributor Author

OriHoch commented Nov 29, 2018

workaround using kubernetes liveness probe: hasadna/hasadna-k8s@1485790

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