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

Extension - Periodically health check the Contained App #177

Open
4 tasks
huntharo opened this issue Apr 20, 2024 · 0 comments
Open
4 tasks

Extension - Periodically health check the Contained App #177

huntharo opened this issue Apr 20, 2024 · 0 comments
Labels
area-extension Extension portion of the app enhancement New feature or request

Comments

@huntharo
Copy link
Contributor

Motivations

  • 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
@huntharo huntharo added enhancement New feature or request area-extension Extension portion of the app labels Apr 20, 2024
@huntharo huntharo changed the title Extension - Periodically health check the contained app Extension - Periodically health check the Contained App Apr 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-extension Extension portion of the app enhancement New feature or request
Projects
Status: Ready
Development

No branches or pull requests

1 participant