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

Failed to ping server fix #42

Merged
merged 2 commits into from
Aug 1, 2019
Merged

Failed to ping server fix #42

merged 2 commits into from
Aug 1, 2019

Commits on Aug 1, 2019

  1. Failed to ping server fix

    The server will still be in a running state after ping failure, and the autoscaler will keep trying to reprovision it. The stopped time is set, but the state is not updated. This puts it in a stopped state, similar to https://github.com/drone/autoscaler/blob/master/engine/collect.go#L108-L109 and https://github.com/drone/autoscaler/blob/master/engine/reaper.go#L121-L122
    msaizar authored Aug 1, 2019
    Configuration menu
    Copy the full SHA
    8d93a66 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c1e38d6 View commit details
    Browse the repository at this point in the history