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

Improve DiceDB Connection Status Reporting #22

Open
pawansoni007 opened this issue Oct 4, 2024 · 2 comments
Open

Improve DiceDB Connection Status Reporting #22

pawansoni007 opened this issue Oct 4, 2024 · 2 comments
Labels

Comments

@pawansoni007
Copy link

Problem

  • Current /health endpoint only checks HTTP server, not DiceDB connection
  • Users may see "healthy" server but get "Failed to fetch" errors with DiceDB

Proposed Solution

  1. Create separate /dbstatus endpoint for DiceDB checks
  2. Implement periodic DiceDB connectivity checks or
  3. Use WebSockets for real-time status updates

Benefits

  • Accurate DiceDB availability information
  • Prevents user confusion and failed commands
  • Improves user experience

Next Steps

  1. Implement /dbstatus endpoint
  2. Set up periodic DiceDB checks or
  3. Add WebSocket for real-time updates
  4. Update frontend to display DiceDB status in real time.
@pawansoni007
Copy link
Author

@lucifercr07 Request you to please assign it to me.

@rigved-telang
Copy link

@lucifercr07 can you assign this issue to me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants