mikespook/gearman-go
This package is a Gearman API for Golang. It was implemented a native protocol for both worker and client API.
GoMIT
Issues
- 7
Sending large job data
#33 opened by kdar - 1
- 0
- 9
Worker "grabs" jobs for queuing locally, taking them from other gearman workers
#14 opened by paulmach - 0
Worker doesn't continue work after limit
#90 opened by jcorry - 3
Race condition on close worker
#88 opened by zainulbr - 6
Creating jobs for testing purposes
#80 opened by stevehill1981 - 0
Readme out of date.
#86 opened by liuliqiang - 0
- 2
worker连续两次grab会导致获取不到任务
#84 opened by zx19981 - 1
Waiting until all jobs had been completed
#83 opened by ortuman - 1
When there is only one worker, and this worker is blocked and client continues to submit ,runnning jobs more than worker
#82 opened by gaoshangs - 2
Can job be killed by client?
#78 opened by lixiongjiu - 8
Custom work logic
#68 opened by punkeel - 1
- 1
Race condition when creating new job from client
#76 opened by No-ops - 1
example client.go中的jobhandler没有被调用
#72 opened by hrzq19901209 - 0
- 0
example中的jobhandler
#71 opened by hrzq19901209 - 1
在大量的提交时,会出现map并发写错误
#69 opened by JessonChan - 0
循环调用同个work,一分钟左右就卡住了
#64 opened by hsyan2008 - 3
WorkerConnection freezes due to racecondition.
#56 opened by lath - 6
invalid magic
#59 opened by mattn - 1
- 6
现在这个项目是什么状态了
#54 opened by NicholeGit - 3
Worker dies after 1 request (cant use as a daemon)
#52 opened by ergoz - 0
Client deadlocks on Status()
#53 opened by justinruggles - 5
mutex deadlock on synchronous job queue with error
#34 opened by kdar - 2
github.com/mikespook/golib/signal is invalid.
#51 opened by cnlangzi - 7
- 0
Ability to exit work loop gracefully
#40 opened by rgarcia - 6
- 0
typos?
#27 opened by justinruggles - 0
panic: runtime error: slice bounds out of range
#26 opened by sgrimee - 1
- 2
- 2
目前有没有增加多个服务器的接口?
#24 opened by border - 2
Job submitting enhancement
#13 opened by mikespook - 1
Got the same handle string for different calls
#18 opened by brailateo - 1
- 1
在client.go中Job没有设置UniqueId的值,从而JobHandle根本就获取不到
#12 opened by donnyco - 0
callbacks/jobHandlers don't work
#8 opened by kdar - 2
being able to have a taskset
#4 opened by kdar - 0
An IdGenerator interface
#10 opened by mikespook - 2
Handle ID duplicated
#7 opened by mikespook - 0
- 3
specifying multiple servers for client
#3 opened by kdar