-
Notifications
You must be signed in to change notification settings - Fork 57
feat(flask-redis): add /health endpoint & health-test #66
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
Conversation
@Gaurav-3002
Gaurav-3002
commented
Jun 19, 2025
- Added GET /health endpoint in flask-redis/app.py returning {"status":"ok"}.
- Added pytest-based test in flask-redis/tests/test_health.py.
- To verify:
- Activate your virtualenv.
- cd flask-redis
- pytest
@pratik-mahalle
pratik-mahalle
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey @Gaurav-3002, Thank you for raising the pr. Our team will review the pr soon
Signed-off-by: Gaurav Kumar <gauravkrbkj121@gmail.com>
0d72699 to
cd6b014
Compare
@pratik-mahalle
pratik-mahalle
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @Gaurav-3002, just want to check, can you share the screenshot of this endpoint if this working or not?