Bug 1333234 - L10n Routing on Aurora is too large. r=dustin draft
authorJustin Wood <Callek@gmail.com>
Mon, 23 Jan 2017 19:01:51 -0500
changeset 465400 e7acbf075da85ac605037ab0230b3d3e7768c4e4
parent 465399 4b053b4106a9b99268312c5fcf8ac1048cc80430
child 543127 aa443b0b91b898c3c18d984279cfd8656ddc7abe
push id42576
push userCallek@gmail.com
push dateTue, 24 Jan 2017 00:03:10 +0000
reviewersdustin
bugs1333234
milestone53.0a2
Bug 1333234 - L10n Routing on Aurora is too large. r=dustin ...In Bug 1333234 we discovered that amqp is configured with a 4kb header max size. This header gets much of the size from the routes we have defined on tasks. I've done a len() of all the route strings combined, and this yields an almost doubling of route (sring) length between central and aurora. This patch increases chunking to 10, which makes the overall route size inrease barely more than it was on central. This should be enough to not trigger amqp's limit while we invest in another solution. MozReview-Commit-ID: 3FRlrrt1fFo
taskcluster/ci/nightly-l10n/kind.yml
--- a/taskcluster/ci/nightly-l10n/kind.yml
+++ b/taskcluster/ci/nightly-l10n/kind.yml
@@ -22,17 +22,17 @@ job-template:
    description:
       by-build-platform:
          default: Localization
          android-api-15-nightly: Single Locale Repack
    locales-file:
       by-build-platform:
          default: browser/locales/all-locales
          android-api-15-nightly: mobile/android/locales/all-locales
-   chunks: 6
+   chunks: 10
    run-time:
       by-build-platform:
          default: 36000
          android-api-15-nightly: 18000
    tooltool:
       by-build-platform:
          default: public
          android-api-15-nightly: internal