aws / aws-codedeploy-agent

Host Agent for AWS CodeDeploy
https://aws.amazon.com/codedeploy
Apache License 2.0
328 stars 188 forks source link

Fast fail of deployments when agent crashes #356

Closed t0shiii closed 1 year ago

t0shiii commented 1 year ago

If the agent service restarts unexpectedly while running a hook script, the deployment can wait up to 70 minutes to timeout before retrying a deployment.

The CodeDeploy agent now fails a host deployment on agent startup if the agent service restarts unexpectedly while running a hook script. This fix lets you avoid waiting for the 70-minute timeout period before retrying a deployment.