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

Fix: Add correct url for liveness/readiness of Lab #29

Merged
merged 1 commit into from
Jun 21, 2024

Conversation

tonilastre
Copy link
Contributor

The URL / is really slow to be used for the liveness/readiness of the Lab because it loads the front end and returns the full code along with the HTML application code.

Url /check is the one that should be used instead because it is simple, fast, and does no processing at all.

The URL `/` is really slow to be used for the liveness/readiness of the Lab because it loads the front end and returns the full code along with the HTML application code.

Url `/check` is the one that should be used instead because it is simple, fast, and does no processing at all.
@tonilastre tonilastre merged commit 562d6f1 into main Jun 21, 2024
2 checks passed
@tonilastre tonilastre deleted the fix/add-liveness-readiness-lab-url branch June 21, 2024 15:02
@antejavor antejavor added this to the v0.1.4 milestone Jun 26, 2024
as51340 pushed a commit that referenced this pull request Dec 2, 2024
Fix: Add correct url for liveness/readiness of Lab
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.

4 participants