Skip to content

Comments

fix(pool): ensure pool recovers after runtime.Goexit()#137

Merged
alitto merged 1 commit intomainfrom
fix/AD/issue-135-2
Feb 16, 2026
Merged

fix(pool): ensure pool recovers after runtime.Goexit()#137
alitto merged 1 commit intomainfrom
fix/AD/issue-135-2

Conversation

@alitto
Copy link
Owner

@alitto alitto commented Feb 16, 2026

Changes

  • Ensure the pool recovers after one of the tasks kills one of the worker goroutines via runtime.Goexit(). A new worker is launched if there are tasks left in the queue and metrics are updated to account for the failed task.

@alitto alitto merged commit 49be637 into main Feb 16, 2026
13 checks passed
@codecov
Copy link

codecov bot commented Feb 16, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 95.63%. Comparing base (642bffa) to head (cba21c1).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #137      +/-   ##
==========================================
+ Coverage   95.58%   95.63%   +0.04%     
==========================================
  Files          11       11              
  Lines         589      595       +6     
==========================================
+ Hits          563      569       +6     
  Misses         23       23              
  Partials        3        3              

☔ 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.

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.

1 participant