-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Labels
good first issueGood for newcomersGood for newcomers
Description
Task Description:
Currently, if redis becomes temporarily unavailable (even if briefly), the API backend crashes with a "socket closed unexpectedly". Even if redis comes back alive, the backend remains down because the API servers are out. Error handling needs to be added to ensure that brief connection issues will not cause a long lasting downtime.
Deliverable(s):
Error handling should be added for redis connection issues.
Additional Context:
You can reproduce this error by:
- Spin up all services
- Take redis down
- Try visiting plugins page and notice error
- Bring redis back up and notice same error
- Check logs in api containers
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomers