Gehel has submitted this change and it was merged.

Change subject: Increase curl pools on jobrunners
......................................................................


Increase curl pools on jobrunners

The jobrunner servers are complaining to hhvm.log that the pools are
exhausted. Most likely we are just running quite a few jobs in parallel
and once in awhile they manage to overrun the current pool size.

I'm only giving this a 50% chance of working, but it's worth trying
first. The main reason I'm dubious is that there should be 20 runners
per server, so 20 available connections should be sufficient. Lets bump
it up to 30 though and see what happens. This seems like a good thing
to try first

Bug: T133755
Change-Id: I56811bf9794f194097fe5f4563d4220af6b24b76
---
M hieradata/role/common/mediawiki/jobrunner.yaml
1 file changed, 5 insertions(+), 0 deletions(-)

Approvals:
  Gehel: Looks good to me, approved
  Giuseppe Lavagetto: Looks good to me, but someone else must approve
  jenkins-bot: Verified



diff --git a/hieradata/role/common/mediawiki/jobrunner.yaml 
b/hieradata/role/common/mediawiki/jobrunner.yaml
index 93bd460..c5468b0 100644
--- a/hieradata/role/common/mediawiki/jobrunner.yaml
+++ b/hieradata/role/common/mediawiki/jobrunner.yaml
@@ -11,3 +11,8 @@
 nutcracker::verbosity: "4"
 hhvm::extra::fcgi:
   max_execution_time: 1200
+  curl:
+    "namedPools.cirrus-codfw":
+      size: 30
+    "namedPools.cirrus-eqiad":
+      size: 30

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I56811bf9794f194097fe5f4563d4220af6b24b76
Gerrit-PatchSet: 6
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: EBernhardson <ebernhard...@wikimedia.org>
Gerrit-Reviewer: Alex Monk <kren...@gmail.com>
Gerrit-Reviewer: EBernhardson <ebernhard...@wikimedia.org>
Gerrit-Reviewer: Gehel <gleder...@wikimedia.org>
Gerrit-Reviewer: Giuseppe Lavagetto <glavage...@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