Skip to content

Update module github.com/alitto/pond/v2 to v2.2.0#112

Merged
ivanklee86 merged 1 commit intomainfrom
renovate/github.com-alitto-pond-v2-2.x
Feb 17, 2025
Merged

Update module github.com/alitto/pond/v2 to v2.2.0#112
ivanklee86 merged 1 commit intomainfrom
renovate/github.com-alitto-pond-v2-2.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Feb 17, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/alitto/pond/v2 v2.1.6 -> v2.2.0 age adoption passing confidence

Release Notes

alitto/pond (github.com/alitto/pond/v2)

v2.2.0

Compare Source

What's Changed

  • feat(pool): add option to bound task queue (v2) by @​alitto in https://github.com/alitto/pond/pull/99
    • Add support to create bounded pools by specifying a queue size (WithQueueSize option).
    • Add support to choose how to deal with tasks submitted when the queue is full (WithNonBlocking option).
    • Ensure RunningWorkers() method in subpools reflect the actual number of workers running tasks belonging to the subpool.
    • Allow overriding pool options when creating a subpool via NewSupool.
    • Simplify pool submission logic and remove dispatcher goroutine.
    • Simplify subpool implementation.

Full Changelog: alitto/pond@v2.1.6...v2.2.0


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Feb 17, 2025

Test Results

58 tests  ±0   58 ✅ ±0   8s ⏱️ -1s
 6 suites ±0    0 💤 ±0 
 1 files   ±0    0 ❌ ±0 

Results for commit d240253. ± Comparison against base commit 7d8b92f.

♻️ This comment has been updated with latest results.

@codecov-commenter
Copy link
Copy Markdown

codecov-commenter commented Feb 17, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 67.16%. Comparing base (7d8b92f) to head (d240253).
⚠️ Report is 81 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #112   +/-   ##
=======================================
  Coverage   67.16%   67.16%           
=======================================
  Files          12       12           
  Lines         871      871           
=======================================
  Hits          585      585           
  Misses        286      286           

☔ 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.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@renovate renovate Bot force-pushed the renovate/github.com-alitto-pond-v2-2.x branch from a5d21b9 to d240253 Compare February 17, 2025 22:13
@ivanklee86 ivanklee86 merged commit 3f42545 into main Feb 17, 2025
@renovate renovate Bot deleted the renovate/github.com-alitto-pond-v2-2.x branch February 17, 2025 22:25
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.

2 participants