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

ggcr: StartInterval field missing in HealthConfig struct #1930

Open
Tjomas opened this issue Apr 23, 2024 · 0 comments
Open

ggcr: StartInterval field missing in HealthConfig struct #1930

Tjomas opened this issue Apr 23, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@Tjomas
Copy link

Tjomas commented Apr 23, 2024

Describe the bug

The HealthConfig struct lacks the StartInterval field, which is crucial for defining the frequency of health checks during the initial start period of an application. The absence of this field means that the health checks may not run at the intended intervals during startup, potentially affecting the system's ability to monitor and respond to early issues effectively.

Steps to Reproduce

Navigate to the definition of the HealthConfig struct in the codebase.
Note the absence of the StartInterval field, which should allow setting the interval at which health checks are performed during the application's start period.

@Tjomas Tjomas added the bug Something isn't working label Apr 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant