Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Site: fix supporters' download #4859

Merged
merged 1 commit into from
Mar 29, 2022
Merged

Site: fix supporters' download #4859

merged 1 commit into from
Mar 29, 2022

Conversation

juergba
Copy link
Contributor

@juergba juergba commented Mar 28, 2022

Description

Our site is deployed every night in order to add the newest backers. The download of our backers' logos from OpenCollective has recently failed in dozens of cases with Error: socket hang up.

Description of the Change

  • open_timeout (alias of timeout): we raise this value to 30000ms in order to avoid connection timeouts when dozens of requests run concurrently with needle.
  • we fix bug in calculation of successRate.
  • we raise PRODUCTION_SUCCESS_THRESHOLD to 90%.

I have cherry-picked this commit to the mochajs.org branch for an immediate fix of our site.

@juergba juergba self-assigned this Mar 28, 2022
@juergba juergba added type: bug a defect, confirmed by a maintainer semver-patch implementation requires increase of "patch" version number; "bug fixes" area: website involving mochajs.org, but not necessarily involving docs labels Mar 28, 2022
@juergba juergba added this to the v10.0.0 milestone Mar 28, 2022
@juergba juergba merged commit 0608fa3 into master Mar 29, 2022
@juergba juergba deleted the juergba/backers branch March 29, 2022 07:54
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
area: website involving mochajs.org, but not necessarily involving docs semver-patch implementation requires increase of "patch" version number; "bug fixes" type: bug a defect, confirmed by a maintainer
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant