Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Limit in flight DNS requests #5037

Merged
merged 2 commits into from
May 8, 2019
Merged

Conversation

erikjohnston
Copy link
Member

This is to work around a bug in twisted where a large number of
concurrent DNS requests cause it to tight loop forever.

c.f. https://twistedmatrix.com/trac/ticket/9620#ticket

@erikjohnston erikjohnston force-pushed the erikj/limit_inflight_dns branch from 7f479bb to 58dff0e Compare April 9, 2019 16:18
This is to work around a bug in twisted where a large number of
concurrent DNS requests cause it to tight loop forever.

c.f. https://twistedmatrix.com/trac/ticket/9620#ticket
@erikjohnston erikjohnston force-pushed the erikj/limit_inflight_dns branch from 58dff0e to 02491e0 Compare April 9, 2019 16:23
@codecov
Copy link

codecov bot commented Apr 9, 2019

Codecov Report

Merging #5037 into develop will decrease coverage by 0.01%.
The diff coverage is 41.93%.

@@             Coverage Diff             @@
##           develop    #5037      +/-   ##
===========================================
- Coverage     61.6%   61.58%   -0.02%     
===========================================
  Files          332      332              
  Lines        34237    34267      +30     
  Branches      5647     5647              
===========================================
+ Hits         21090    21102      +12     
- Misses       11633    11651      +18     
  Partials      1514     1514

@erikjohnston erikjohnston requested a review from a team April 9, 2019 16:39
Copy link
Member

@richvdh richvdh left a comment

Choose a reason for hiding this comment

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

looks plausible to me, though we should probably poll @hawkowl ?

@erikjohnston erikjohnston requested a review from hawkowl May 7, 2019 09:13
@hawkowl
Copy link
Contributor

hawkowl commented May 8, 2019

It's probably fine(tm)? :)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants