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

Update to allow postrun to only run after a successful HealthCheck #5330

Closed
wants to merge 1 commit into from
Closed

Update to allow postrun to only run after a successful HealthCheck #5330

wants to merge 1 commit into from

Conversation

jamessewell
Copy link
Contributor

Three changes:

  • postrun removed from run on init to run exactly once after HealthCheck is OK
  • re-run postrun after each service Start
  • changed self.health_check so it gets assigned (it didn't before)

This does somewhat change the behaviour of postrun, which used to only
run at init - this part can be backed out if needed.

Three changes:

- postrun removed from run on init to run exactly once after HealthCheck is OK
- re-run postrun after each service Start
- changed self.health_check so it gets assigned (it didn't before)

This does somewhat change the behaviour of postrun, which used to only
run at init - this part can be backed out if needed.
@thesentinels
Copy link
Contributor

Thanks for the pull request! Here is what will happen next:

  1. Your PR will be reviewed by the maintainers
  2. If everything looks good, one of them will approve it, and your PR will be merged.

Thank you for contributing!

@baumanj
Copy link
Contributor

baumanj commented Jul 16, 2018

Did you mean to close this, @jamessewell ?

@baumanj
Copy link
Contributor

baumanj commented Jul 16, 2018

Oh, I see. You opened #5331 instead. I'll try to look at that today or tomorrow.

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

Successfully merging this pull request may close these issues.

3 participants