Akosiaris has submitted this change and it was merged.

Change subject: Adjust proxytimeout for puppetmaster's mod_proxy
......................................................................


Adjust proxytimeout for puppetmaster's mod_proxy

Turns out compilation for some catalogs takes more than 300 seconds and
as a result mod_proxy timeout connections and puppet never runs
successfully. Setting it to 900 seconds

Change-Id: I765da555d39557ab4ab9f3e434437b50a24bef48
---
M modules/puppetmaster/templates/puppetmaster.erb
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Akosiaris: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/modules/puppetmaster/templates/puppetmaster.erb 
b/modules/puppetmaster/templates/puppetmaster.erb
index 9820e8b..81acbdc 100644
--- a/modules/puppetmaster/templates/puppetmaster.erb
+++ b/modules/puppetmaster/templates/puppetmaster.erb
@@ -39,7 +39,7 @@
        ProxyPass / balancer://mycluster/
        <Proxy balancer://mycluster>
          <%- @workers.each do |worker| -%>
-                 BalancerMember https://<%= worker %>:8141 connectiontimeout=1 
retry=500
+                 BalancerMember https://<%= worker %>:8141 connectiontimeout=1 
retry=500 timeout=900
          <%- end -%>
          Order allow,deny
          Allow from all

-- 
To view, visit https://gerrit.wikimedia.org/r/96000
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I765da555d39557ab4ab9f3e434437b50a24bef48
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Akosiaris <akosia...@wikimedia.org>
Gerrit-Reviewer: Akosiaris <akosia...@wikimedia.org>
Gerrit-Reviewer: jenkins-bot

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to