You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently we only check the app health during init
If the contained app exits / closes its listening port we need to exit the exec env since we cannot recover from this
Acceptance Criteria
Add a test that allows the initial health check to succeed but then stops responding to the healthcheck and have this test fail because it does not return an error from the LambdaService
Add periodic polling of the healthcheck route
Add settings to control the healthcheck route, interval, and timeout
Update documentation
The text was updated successfully, but these errors were encountered:
huntharo
changed the title
Extension - Periodically health check the contained app
Extension - Periodically health check the Contained App
Apr 20, 2024
Motivations
Acceptance Criteria
The text was updated successfully, but these errors were encountered: