Skip to content

[mock_uss] Increase start_period for healthchecks and add timeout for mock_uss healthchecks.#1392

Merged
mickmis merged 1 commit intointeruss:mainfrom
Orbitalize:fix_1390
Mar 11, 2026
Merged

[mock_uss] Increase start_period for healthchecks and add timeout for mock_uss healthchecks.#1392
mickmis merged 1 commit intointeruss:mainfrom
Orbitalize:fix_1390

Conversation

@the-glu
Copy link
Contributor

@the-glu the-glu commented Mar 11, 2026

This should fix #1390.

It seems that if a service is marked as unhealthy, docker compose will stop immediately to wait ( docker/compose#10209 )
The change on the wait period had no impact in that case.

I switched to 30s in the compose-file, that should give more time for the containers to start (instead of default value of 5s).

I also fixed the healthcheck command used to have a short timeout, should the issue being that a curl is stuck waiting on tcp timeout, that could also explain the issue.

Copy link
Contributor

@mickmis mickmis left a comment

Choose a reason for hiding this comment

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

LGTM

@mickmis mickmis merged commit 11fe266 into interuss:main Mar 11, 2026
22 checks passed
@mickmis mickmis deleted the fix_1390 branch March 11, 2026 13:56
github-actions bot added a commit that referenced this pull request Mar 11, 2026
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.

CI randomly fails due to mock system bringup timeout

2 participants