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

Handle redis outage gracefully #310

Open
lboeman opened this issue Dec 22, 2020 · 0 comments
Open

Handle redis outage gracefully #310

lboeman opened this issue Dec 22, 2020 · 0 comments
Labels
bug Something isn't working
Milestone

Comments

@lboeman
Copy link
Member

lboeman commented Dec 22, 2020

On occasion, redis containers restart and during the time they are down some endpoints return a 500.
This can be seen for the list all users endpoint here:
https://sentry.io/organizations/solararbiter-rx/issues/2101968443/events/aa0660506dac45709fea2af03fd8dc49/
Probably requires special handling for certain cases.
For listing all users we won't be able to supply emails, for granting roles we won't be able to grant by email. We should either return partial data or an error code and message to try again.

@lboeman lboeman added the bug Something isn't working label Dec 22, 2020
@lboeman lboeman added this to the 1.x milestone Dec 22, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant