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

bamboo is proxying even to hosts that are not started by marathon yet #56

Open
jwerak opened this issue Nov 11, 2014 · 4 comments
Open
Labels
Projects

Comments

@jwerak
Copy link

jwerak commented Nov 11, 2014

When I scale my app up and there are 4 of 10 apps running bamboo creates config for all of them.
Currently I do not have health checks (that is how I've found out about this) and I am aware I should have those implemented.
IMO this could be handled by bamboo which would create haproxy configuration only for the apps which are currenly up.

Is this info available from marathon?
Is marathon sending callbacks about another app up?

@j1n6
Copy link
Contributor

j1n6 commented Nov 11, 2014

If the application is RUNNING in Marathon, the application may not be up. So it's generally good practise to add health checks.

Any reason that health checks isn't configured?

@jwerak
Copy link
Author

jwerak commented Nov 11, 2014

Just starting, didn't get there, but will have it definitely.

I was just wondering if bamboo could write just tasks which are in state running, not staging.

@j1n6
Copy link
Contributor

j1n6 commented Nov 11, 2014

That can be done - it may improve the situation. It does sounds like a good
improvement to me, but not permanent without health checks.

On 11 November 2014 11:06, veverjak notifications@github.com wrote:

Just starting, didn't get there, but will have it definitely.

I was just wondering if bamboo could write just tasks which are in state
running, not staging.


Reply to this email directly or view it on GitHub
#56 (comment).

This email may be confidential or privileged. If you received this
communication by mistake, please don't forward it to anyone else, please
erase all copies and attachments, and please let me know that it has gone to

the wrong person. Thanks.

@j1n6 j1n6 added the feature label Nov 11, 2014
@jwerak
Copy link
Author

jwerak commented Nov 11, 2014

Definitely, thanks for approving feature request.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Planning
Backlog
Development

No branches or pull requests

2 participants