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

Adaguc should continue when Redis connection drops #392

Open
mgrunbauer opened this issue Jul 22, 2024 · 0 comments
Open

Adaguc should continue when Redis connection drops #392

mgrunbauer opened this issue Jul 22, 2024 · 0 comments

Comments

@mgrunbauer
Copy link
Collaborator

The connection to Redis can sometimes drop, as described in #391. Currently this results in Adaguc throwing a redis.exceptions.ConnectionError.

If for whatever reason Redis becomes unavailable, I think Adaguc should do the following:

  • Log that the Redis server is not responding
  • Try to handle the request without using Redis so that the end-user still receives a (slower) response
  • Reconnect to the Redis server automatically once the server becomes available
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