issues
search
gammazero
/
workerpool
Concurrency limiting goroutine pool
MIT License
1.33k
stars
138
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
`[question]` Is it advisable to have nested worker pools in Node.js for handling heavy data operations?
#78
wojtekKrol
opened
2 months ago
0
Add panic-safe TrySubmit and TrySubmitWait with backward compatibility.
#77
Jagerente
opened
4 months ago
0
Race between Submit and Stop
#76
AnshulMalik
opened
4 months ago
0
run in background
#75
bobowang2017
closed
11 months ago
0
required: update golang version
#74
0xanonydxck
opened
1 year ago
0
Is it possible for this pool to experience queue overflow?
#73
Prince-Hervoet
opened
1 year ago
2
remove repetitive the
#72
cuishuang
opened
1 year ago
0
Wait on Submit until queue has
#71
janekolszak
opened
1 year ago
1
respect context cancellation
#70
JekaMas
closed
1 year ago
1
Bug - strange behavior
#69
surjit
opened
1 year ago
1
Make Workers open and close a database connection
#68
adnseek
opened
1 year ago
3
What is the purpose of "r := r"?
#67
utkusen
opened
1 year ago
2
fix for channel to be closed gracefully
#66
San9H0
opened
2 years ago
0
Task queue does not need to be buffered
#65
gammazero
closed
2 years ago
1
make it work with deque0.2 and go 1.18
#64
yulin-li
closed
2 years ago
1
Cannot work with deque 0.2.0
#63
yulin-li
closed
2 years ago
1
Dev
#62
Cellularhacker
closed
2 years ago
0
Ability configure idle timeout.
#61
Wondertan
opened
2 years ago
1
[feature request] naming workerpools
#60
thediveo
opened
2 years ago
0
perf: unify startWorker and worker to spawn less goroutines
#59
Wondertan
closed
2 years ago
2
Why startWorker() and not worker()?
#58
Tri0L
opened
2 years ago
2
Add blocking submission of tasks until worker becomes available
#57
AntonioMorales97
opened
2 years ago
1
Create `SubmitRecover` to handle panic recovery in workerpool tasks if desired
#55
cameronbrill
closed
2 years ago
2
Document how to handle errors, please
#54
zapman449
opened
3 years ago
2
add RunningCount() method to pool
#53
costela
closed
3 years ago
2
Use sync.WaitGroup to ensure that all workers exit before Stop exits
#52
gammazero
closed
3 years ago
1
Fix tests not working with goleak
#51
gammazero
closed
3 years ago
0
Possible memory leak
#50
lidortal
opened
3 years ago
8
Create golangci-lint.yml
#49
gammazero
closed
3 years ago
1
Use github workflows
#48
gammazero
closed
3 years ago
1
codecov in .travis.yml - security issue
#47
windsparks33
closed
3 years ago
1
add pluggable workers
#46
tanujghinaiya
closed
3 years ago
0
add pluggable workers
#45
tanujghinaiya
closed
3 years ago
0
support to change maxWorkers dynamically
#44
YueHonghui
opened
3 years ago
2
How to avoid task queueing (handling priority)
#43
radeksimko
closed
3 years ago
2
Pause a workerpool through keyboard
#42
Numenorean
opened
3 years ago
16
Add package `job`
#41
oze4
closed
4 years ago
2
Stop job while running
#40
oze4
closed
4 years ago
20
Fix broken test
#39
gammazero
closed
4 years ago
0
Race condition testing
#38
oze4
closed
4 years ago
3
Make pause behavior safe with stopping and concurrency
#37
gammazero
closed
4 years ago
1
New release with `Pause` method
#36
oze4
closed
4 years ago
3
How to get execution time of each job & run each job with a timeout?
#35
oze4
closed
4 years ago
0
Get response from all worker pulls
#34
JennyMet
closed
4 years ago
3
Add Pause function
#33
gammazero
closed
4 years ago
1
addtion common function interface submit
#32
wbflooksky
closed
4 years ago
2
Minor performance enhancements
#31
gammazero
closed
4 years ago
1
Possible memory leak?
#30
DeadNumbers
closed
4 years ago
3
Start versioning project
#29
LandonTClipp
closed
4 years ago
2
How to monitor progression on pool?
#28
sonhnguyenn
closed
4 years ago
2
Next