issues
search
mikespook
/
gearman-go
This package is a Gearman API for Golang. It was implemented a native protocol for both worker and client API.
MIT License
291
stars
83
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
add support for own ids (coalescing)
#96
floringavrila
closed
2 years ago
2
Graceful shutdown done in pretty ugly way :)
#95
pentabion
opened
2 years ago
0
Fix two race conditions in client.Do
#94
cameronpm
closed
3 years ago
0
client/pool.go有死锁问题, client.Lock() 应该改为 client.mutex.Lock()
#93
jaydzhou
closed
4 years ago
1
client.SelectWithRate Always choose the first one,Right?
#92
jaydzhou
opened
4 years ago
0
Remove pool deadlock
#91
sewi-cpan
opened
5 years ago
0
Worker doesn't continue work after limit
#90
jcorry
closed
5 years ago
0
add synchronization to prevent race condition on worker shutdown
#89
galihrivanto
closed
5 years ago
1
Race condition on close worker
#88
zainulbr
closed
5 years ago
3
Fix function comments based on best practices from Effective Go
#87
AngusReid
closed
5 years ago
0
Readme out of date.
#86
liuliqiang
opened
6 years ago
0
Unsolicited response received on idle HTTP channel
#85
tamoyal
opened
6 years ago
0
worker连续两次grab会导致获取不到任务
#84
zx19981
opened
6 years ago
2
Waiting until all jobs had been completed
#83
ortuman
opened
6 years ago
1
When there is only one worker, and this worker is blocked and client continues to submit ,runnning jobs more than worker
#82
gaoshangs
closed
7 years ago
1
Fix race condition in client.Do()
#81
No-ops
closed
7 years ago
3
Creating jobs for testing purposes
#80
stevehill1981
closed
5 years ago
6
fixed typo on WorkComplete
#79
John-Lin
closed
7 years ago
0
Can job be killed by client?
#78
lixiongjiu
opened
7 years ago
2
Client need to receive a JOB_CREATED from server before submitting a new job
#77
No-ops
opened
7 years ago
1
Race condition when creating new job from client
#76
No-ops
closed
7 years ago
1
Add sync lock to create job functions
#75
No-ops
closed
7 years ago
15
protect registering worker multiple times
#74
sadlil
closed
7 years ago
0
Calling Multiple Ready() results in workers registered multiple times
#73
sadlil
opened
8 years ago
0
example client.go中的jobhandler没有被调用
#72
hrzq19901209
opened
8 years ago
1
example中的jobhandler
#71
hrzq19901209
closed
8 years ago
0
concurrent map bug fixed
#70
JessonChan
closed
8 years ago
0
在大量的提交时,会出现map并发写错误
#69
JessonChan
closed
8 years ago
1
Custom work logic
#68
punkeel
closed
7 years ago
8
Merge from upstream master
#67
jiancheung
closed
8 years ago
0
Rebase on upstream
#66
jiancheung
closed
8 years ago
0
fix a bug when high qps
#65
JessonChan
closed
8 years ago
0
循环调用同个work,一分钟左右就卡住了
#64
hsyan2008
opened
8 years ago
0
Allow built in selectionHandlers to be reused outside of package
#63
kujohn
closed
8 years ago
0
Allow custom Pool without constructor
#62
kujohn
closed
8 years ago
0
custom selection and error handler for NewPool
#61
kujohn
closed
8 years ago
0
Replace mutex in client.do() with a channel to avoid deadlock and int…
#60
micmac
closed
9 years ago
1
invalid magic
#59
mattn
opened
9 years ago
6
Update README.md
#58
kirkwood
closed
9 years ago
0
undefined: "github.com/mikespook/golib/signal".Loop
#57
xingskycn
closed
9 years ago
1
WorkerConnection freezes due to racecondition.
#56
lath
opened
9 years ago
3
Changed agent.read to handle big data.
#55
mikespook
closed
9 years ago
3
现在这个项目是什么状态了
#54
NicholeGit
closed
9 years ago
6
Client deadlocks on Status()
#53
justinruggles
opened
10 years ago
0
Worker dies after 1 request (cant use as a daemon)
#52
ergoz
opened
10 years ago
3
github.com/mikespook/golib/signal is invalid.
#51
cnlangzi
closed
10 years ago
2
Fixed WORK_FAIL needing 2 arguments
#50
gabriel-alecu
closed
10 years ago
0
Do not ignore write errors
#49
gbarr
closed
10 years ago
1
Avoid read channel corruption when response size > bufferSize
#48
gbarr
closed
10 years ago
0
When a job completes, remove its handler
#47
gbarr
closed
10 years ago
1
Next