Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

reduce default number of pycurl connections to 50 #9785

Merged
merged 1 commit into from
Jul 2, 2020

Conversation

amaltaro
Copy link
Contributor

@amaltaro amaltaro commented Jul 2, 2020

Fixes #9752

Status

ready

Description

Change the default number of concurrent requests to 50. Mostly because we want to avoid getting throttled by DBS.
Eventually, we should make it configurable in the MicroServices though...

Is it backward compatible (if not, which system it affects?)

yes

Related PRs

none

External dependencies / deployment changes

none

@amaltaro amaltaro requested a review from todor-ivanov July 2, 2020 08:54
Copy link
Contributor

@todor-ivanov todor-ivanov left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me

@cmsdmwmbot
Copy link

Jenkins results:

  • Unit tests: succeeded
    • 1 tests no longer failing
  • Pylint check: succeeded
    • 24 comments to review
  • Pycodestyle check: succeeded
    • 7 comments to review
  • Python3 compatibility checks: succeeded

Details at https://cmssdt.cern.ch/dmwm-jenkins/view/All/job/DMWM-WMCore-PR-test/10224/artifact/artifacts/PullRequestReport.html

@amaltaro amaltaro merged commit b7228fb into dmwm:master Jul 2, 2020
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.

Reduce number of DBS concurrent requests in MSTransferor pycurl
3 participants