Skip to content

fix(generic-worker): limit concurrent artifact uploads to 10#8167

Merged
petemoore merged 1 commit intomainfrom
matt-boris/gwDecreaseArtifactUploadParallelCount
Dec 16, 2025
Merged

fix(generic-worker): limit concurrent artifact uploads to 10#8167
petemoore merged 1 commit intomainfrom
matt-boris/gwDecreaseArtifactUploadParallelCount

Conversation

@matt-boris
Copy link
Contributor

@matt-boris matt-boris commented Dec 15, 2025

Related to #8023. Decreasing the number of concurrent uploads due to the translations team running into tasks uploading 1000+ artifacts not reclaiming task credentials in time during the artifact upload process. Example task https://firefox-ci-tc.services.mozilla.com/tasks/KAtxleBdSAKnyXzMDioHTA/runs/0 which ran on this worker https://firefox-ci-tc.services.mozilla.com/provisioners/translations-1/worker-types/b-linux-v100-gpu-d2g/workers/us-west1-b/7071171396857046289?sortBy=started&sortDirection=desc

Generic Worker: limits concurrent artifact uploads to 10 at a time. Followup to #8032.

@matt-boris matt-boris requested a review from a team as a code owner December 15, 2025 21:48
@matt-boris matt-boris requested review from lotas and petemoore and removed request for a team December 15, 2025 21:48
@petemoore petemoore merged commit 734ff10 into main Dec 16, 2025
73 checks passed
@petemoore petemoore deleted the matt-boris/gwDecreaseArtifactUploadParallelCount branch December 16, 2025 09:42
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.

3 participants