Skip to content

do not remove servers on failures#481

Merged
anandkumarpatel merged 2 commits intomasterfrom
hotfix-navi-proxy-config
May 27, 2016
Merged

do not remove servers on failures#481
anandkumarpatel merged 2 commits intomasterfrom
hotfix-navi-proxy-config

Conversation

@anandkumarpatel
Copy link
Copy Markdown

@anandkumarpatel anandkumarpatel commented May 27, 2016

  • update nginx config to not remove servers on fails

Reviewers

Deployment (post-merge)

Ensure that all environments have the given changes.

  • deployed to epsilon
  • deployed to gamma
  • deployed to delta

upstream {{ name }} {
{% for port in proxy_target_ports.stdout_lines -%}
server {{ target_ip_address }}:{{ port }};
server {{ target_ip_address }}:{{ port }} fail_timeout=0 fail_timeout=1s;
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why do you have the duplicate parameter fail_timeout?

@anandkumarpatel
Copy link
Copy Markdown
Author

@bkendall
Copy link
Copy Markdown
Contributor

this seems reasonable

@anandkumarpatel anandkumarpatel merged commit f6dc2fe into master May 27, 2016
@anandkumarpatel anandkumarpatel deleted the hotfix-navi-proxy-config branch May 27, 2016 20:54
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.

2 participants