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

feat: perform child healthiness assessment over a period of time #521

Open
wants to merge 9 commits into
base: main
Choose a base branch
from

Conversation

afugazzotto
Copy link
Contributor

Fixes #520

Modifications

Added a config parameter to describe the assessment schedule via 3 numerical values: a time delay when to start the assessment, for how long to perform assessments, and how often to assess within the assessment window.
Modified the assessment logic and requeuing logic to reflect the 3 values above based on assessment result. The assessment will stop in case of failure unless a new upgrade version of the rollout is being reconciled.

Verification

Manual tests, E2e tests, and unit tests.

Backward incompatibilities

No issue.

…t within a time window multiple times.

Signed-off-by: Antonino Fugazzotto <antonino_fugazzotto@intuit.com>
Signed-off-by: Antonino Fugazzotto <antonino_fugazzotto@intuit.com>
Signed-off-by: Antonino Fugazzotto <antonino_fugazzotto@intuit.com>
Signed-off-by: Antonino Fugazzotto <antonino_fugazzotto@intuit.com>
Signed-off-by: Antonino Fugazzotto <antonino_fugazzotto@intuit.com>
…tiness assessments

Signed-off-by: Antonino Fugazzotto <antonino_fugazzotto@intuit.com>
Signed-off-by: Antonino Fugazzotto <antonino_fugazzotto@intuit.com>
Signed-off-by: Antonino Fugazzotto <antonino_fugazzotto@intuit.com>
Signed-off-by: Antonino Fugazzotto <antonino_fugazzotto@intuit.com>
@afugazzotto afugazzotto requested a review from juliev0 as a code owner January 25, 2025 00:09
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.

Assess child resource healthiness at regular intervals after a delay and withing a range of time
1 participant