feat(flask-redis): add /health endpoint & health-test#66
Open
Gaurav-3002 wants to merge 1 commit intokeploy:mainfrom
Open
feat(flask-redis): add /health endpoint & health-test#66Gaurav-3002 wants to merge 1 commit intokeploy:mainfrom
Gaurav-3002 wants to merge 1 commit intokeploy:mainfrom
Conversation
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
left a comment
There was a problem hiding this comment.
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
left a comment
There was a problem hiding this comment.
Hi @Gaurav-3002, just want to check, can you share the screenshot of this endpoint if this working or not?
Author
Author
|
Hi Pratik,
Thank you for following up. I'm sharing the screenshot of the endpoint with
this mail to confirm its functionality and I have also shared it with you
on github, so kindly check the same and let me know if any more input is
required from my side.
Thanks,
Gaurav
…On Tue, Aug 12, 2025 at 5:04 PM Pratik Mahalle ***@***.***> wrote:
***@***.**** commented on this pull request.
Hi @Gaurav-3002 <https://github.com/Gaurav-3002>, just want to check, can
you share the screenshot of this endpoint if this working or not?
—
Reply to this email directly, view it on GitHub
<#66 (review)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BC62CY3UAFTZ7G2YK6BYW6T3NHGN5AVCNFSM6AAAAAB7WNFBN6VHI2DSMVQWIX3LMV43YUDVNRWFEZLROVSXG5CSMV3GSZLXHMZTCMJQGAZDONBQGA>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
