You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: