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: make monitor params configurable via flags #246

Merged
merged 1 commit into from
Aug 17, 2024
Merged

Conversation

troian
Copy link
Member

@troian troian commented Aug 17, 2024

--monitor-max-retries - max count of status retries before closing the lease. defaults to 40
--monitor-retry-period - monitor status retry period. defaults to 4s (min value)
--monitor-retry-period-jitter - monitor status retry window. defaults to 15s
--monitor-healthcheck-period - monitor healthcheck period. defaults to 10s
--monitor-healthcheck-period-jitter - monitor healthcheck window. defaults to 5s

@troian troian requested a review from boz as a code owner August 17, 2024 17:18
--monitor-max-retries - max count of status retries before closing the lease. defaults to 40
--monitor-retry-period - monitor status retry period. defaults to 4s (min value)
--monitor-retry-period-jitter - monitor status retry window. defaults to 15s
--monitor-healthcheck-period - monitor healthcheck period. defaults to 10s
--monitor-healthcheck-period-jitter - monitor healthcheck window. defaults to 5s

Signed-off-by: Artur Troian <[email protected]>
@troian troian merged commit 99cb9ac into main Aug 17, 2024
12 checks passed
@troian troian deleted the monitor-params branch August 17, 2024 20:28
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.

1 participant