Alexandros Kosiaris has submitted this change and it was merged. ( https://gerrit.wikimedia.org/r/395608 )
Change subject: Tune ORES Celery workers up a bit ...................................................................... Tune ORES Celery workers up a bit Looks like we can support more workers without running out of memory. Bug: T169246 Change-Id: Ic5cd8786f40e308efe1b3ead6ea358cbafd9472c --- M hieradata/role/common/ores/stresstest.yaml 1 file changed, 2 insertions(+), 2 deletions(-) Approvals: Alexandros Kosiaris: Looks good to me, approved jenkins-bot: Verified Halfak: Looks good to me, but someone else must approve diff --git a/hieradata/role/common/ores/stresstest.yaml b/hieradata/role/common/ores/stresstest.yaml index 56485f9..e3dd5da 100644 --- a/hieradata/role/common/ores/stresstest.yaml +++ b/hieradata/role/common/ores/stresstest.yaml @@ -2,8 +2,8 @@ admin::groups: - ores-admin profile::ores::web::redis_host: "ores1001.eqiad.wmnet" -profile::ores::celery::workers: 100 -profile::ores::celery::queue_maxsize: 200 +profile::ores::celery::workers: 150 +profile::ores::celery::queue_maxsize: 600 # The password is in the private store, this is here for completeness # profile::ores::web::redis_password: nothing profile::base::notifications_enabled: '0' -- To view, visit https://gerrit.wikimedia.org/r/395608 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ic5cd8786f40e308efe1b3ead6ea358cbafd9472c Gerrit-PatchSet: 2 Gerrit-Project: operations/puppet Gerrit-Branch: production Gerrit-Owner: Awight <[email protected]> Gerrit-Reviewer: Alexandros Kosiaris <[email protected]> Gerrit-Reviewer: Dzahn <[email protected]> Gerrit-Reviewer: Halfak <[email protected]> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
