Skip to content

Conversation

lionello
Copy link
Member

@lionello lionello commented Jul 5, 2024

This fixes the daily CI timeout.

To do HTTP healthchecks with Python is not easy, because we need to be able to extract a URL from the Compose healthcheck for the target group, so you need to make sure the URL appears separately on the command line:

python3 -c 'import sys, urllib.request;urllib.request.urlopen(sys.argv[1]).read()' http://localhost:333/

Samples Checklist

✅ All good!

@lionello lionello force-pushed the lio-flask-healthcheck branch from d1067c8 to 98503a9 Compare July 5, 2024 22:39
Copy link
Contributor

@edwardrf edwardrf left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@edwardrf edwardrf merged commit d22fd9e into main Jul 6, 2024
Chrisyhjiang pushed a commit that referenced this pull request Jul 30, 2024
@lionello lionello mentioned this pull request Jul 30, 2024
1 task
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants