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

feat(pool): add support for dynamically adjusting max concurrency #102

Merged
merged 1 commit into from
Mar 23, 2025

Conversation

alitto
Copy link
Owner

@alitto alitto commented Mar 23, 2025

Add support for dynamically adjusting the maximum concurrency of the pool (number of workers) via a new method Resize(maxWorkers int)

Copy link

codecov bot commented Mar 23, 2025

Codecov Report

Attention: Patch coverage is 95.45455% with 2 lines in your changes missing coverage. Please review.

Project coverage is 94.62%. Comparing base (e2470f0) to head (bbe9b32).
Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
pool.go 95.45% 1 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #102      +/-   ##
==========================================
- Coverage   94.62%   94.62%   -0.01%     
==========================================
  Files          11       11              
  Lines         688      725      +37     
==========================================
+ Hits          651      686      +35     
- Misses         34       35       +1     
- Partials        3        4       +1     

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@alitto alitto force-pushed the feat/AD/resizable-pool branch 2 times, most recently from c018d93 to 4610a1a Compare March 23, 2025 15:25
@alitto alitto force-pushed the feat/AD/resizable-pool branch from 4610a1a to bbe9b32 Compare March 23, 2025 15:35
@alitto alitto merged commit 1ad365a into main Mar 23, 2025
15 checks passed
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.

None yet

1 participant