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

fix event loop leak #944

Merged
merged 1 commit into from
Mar 29, 2022
Merged

fix event loop leak #944

merged 1 commit into from
Mar 29, 2022

Conversation

reiase
Copy link
Contributor

@reiase reiase commented Mar 29, 2022

Signed-off-by: reiase reiase@gmail.com

Signed-off-by: reiase <reiase@gmail.com>
@codecov-commenter
Copy link

Codecov Report

Merging #944 (1e4c029) into main (c7bc634) will increase coverage by 0.01%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main     #944      +/-   ##
==========================================
+ Coverage   68.92%   68.93%   +0.01%     
==========================================
  Files         206      206              
  Lines        9107     9108       +1     
  Branches     1503     1503              
==========================================
+ Hits         6277     6279       +2     
+ Misses       2397     2395       -2     
- Partials      433      434       +1     
Impacted Files Coverage Δ
towhee/functional/mixins/parallel.py 51.32% <100.00%> (+0.21%) ⬆️
towhee/hub/repo_manager.py 81.08% <0.00%> (+0.90%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update c7bc634...1e4c029. Read the comment docs.

@GuoRentong
Copy link
Contributor

/lgtm
/approve

@sre-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: GuoRentong, reiase

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@sre-ci-robot sre-ci-robot merged commit c61b459 into towhee-io:main Mar 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug]: event loop leaks in data collection parallel execution
5 participants