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(pool): fix race condition with small pool sizes #83

Merged
merged 7 commits into from
Nov 13, 2024

add lock while dispatching tasks to avoid deadlocks

3880586
Select commit
Loading
Failed to load commit list.
Merged

fix(pool): fix race condition with small pool sizes #83

add lock while dispatching tasks to avoid deadlocks
3880586
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Nov 13, 2024 in 0s

96.10% (target 90.00%)

View this Pull Request on Codecov

96.10% (target 90.00%)

Details

Codecov Report

Attention: Patch coverage is 97.72727% with 1 line in your changes missing coverage. Please review.

Project coverage is 96.10%. Comparing base (f1d2a44) to head (3880586).

Files with missing lines Patch % Lines
pool.go 97.61% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main      #83      +/-   ##
==========================================
+ Coverage   96.00%   96.10%   +0.09%     
==========================================
  Files          14       14              
  Lines         827      847      +20     
==========================================
+ Hits          794      814      +20     
  Misses         30       30              
  Partials        3        3              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.