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

Commits on Aug 17, 2024

  1. feat: make monitor params configurable via flags

    --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 <troian.ap@gmail.com>
    troian committed Aug 17, 2024
    Configuration menu
    Copy the full SHA
    2ccb8a5 View commit details
    Browse the repository at this point in the history