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

updater: Decrease default monitoring period #1967

Merged
merged 1 commit into from
Feb 24, 2017

Commits on Feb 17, 2017

  1. updater: Decrease default monitoring period

    The updater monitors a tasks after they start to make sure they don't
    fail immediately. The default time interval for this is 30s. However,
    this is a bit long for synchronous updates to wait. Reduce it to 5s.
    Users who would like a longer monitoring period should specify their own
    value, or ideally use a health check in the service definition.
    
    Signed-off-by: Aaron Lehmann <[email protected]>
    aaronlehmann committed Feb 17, 2017
    Configuration menu
    Copy the full SHA
    bc74a25 View commit details
    Browse the repository at this point in the history