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

Add new "TerminateInstanceAfterJob" configuration #523

Merged
merged 2 commits into from
Feb 6, 2019

Commits on Jan 29, 2019

  1. Add new "TerminateInstanceAfterJob" configuration

    This new setting will allow you to stop (and terminate) an instance
    after it has completed a job.
    
    Signed-off-by: Tom Duffield <tom@chef.io>
    tduffield committed Jan 29, 2019
    Configuration menu
    Copy the full SHA
    346ff34 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2019

  1. Terminate the instance directly rather than mark it unhealthy

    This will allow us to have more control over the timing and capacity
    of the ASG.
    
    Signed-off-by: Tom Duffield <tom@chef.io>
    tduffield committed Jan 31, 2019
    Configuration menu
    Copy the full SHA
    a91caa1 View commit details
    Browse the repository at this point in the history