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

Check for Green Health status #7

Open
Tetradeus opened this issue May 12, 2015 · 4 comments
Open

Check for Green Health status #7

Tetradeus opened this issue May 12, 2015 · 4 comments

Comments

@Tetradeus
Copy link

Hi,

I think it would be interesting to add a checkbox in order to also check for a "Green" health status.
This information is available in the result of "describeEnvironments" api.

Can you add it. If you don't have time at all I may send a PR when I get some time.

Thanks for your reply.

Tetra

@DavidTanner
Copy link

What kind of check is it doing? Waiting for the status to be healthy? I know that it can take time for the status to change after an update.

http://docs.aws.amazon.com/AWSJavaSDK/latest/javadoc/com/amazonaws/services/elasticbeanstalk/model/EnvironmentDescription.html

@Tetradeus
Copy link
Author

Yes It would wait for the status to be healthy.
You are right it can takes time, that is why this check should be an option. Moreover it may be better to specify the number of retries or the time to wait because it really depends on the application that is deployed.
For us, it would be really great to get the final state of the deployment directly via jenkins.

@DavidTanner
Copy link

So I am thinking an extension that takes a number of retries parameter, and how long between retries. This would be on a per job basis.

@Tetradeus
Copy link
Author

great !

DavidTanner added a commit that referenced this issue Apr 27, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants