-
Notifications
You must be signed in to change notification settings - Fork 38
Open
Labels
Description
Problem
- Current
/healthendpoint only checks HTTP server, not DiceDB connection - Users may see "healthy" server but get "Failed to fetch" errors with DiceDB
Proposed Solution
- Create separate
/dbstatusendpoint for DiceDB checks - Implement periodic DiceDB connectivity checks or
- Use WebSockets for real-time status updates
Benefits
- Accurate DiceDB availability information
- Prevents user confusion and failed commands
- Improves user experience
Next Steps
- Implement
/dbstatusendpoint - Set up periodic DiceDB checks or
- Add WebSocket for real-time updates
- Update frontend to display DiceDB status in real time.