mikespook
|
7a8a5d4a6a
|
for issue #10; an IdGenerator interface, use bson.ObjectId as default
|
2013-02-28 13:28:48 +08:00 |
|
Ingo Oeser
|
af4035284d
|
do not generate unique id on background submission
|
2013-02-18 19:50:14 +01:00 |
|
Xing Xing
|
6619b9a10e
|
move the auto-inc into the global
|
2013-02-03 21:34:13 +08:00 |
|
mikespook
|
af05460727
|
fixed the infinite loop of client
|
2013-01-24 18:13:02 +08:00 |
|
mikespook
|
16a965f52d
|
An infinite loop ... :(
|
2013-01-23 17:25:38 +08:00 |
|
mikespook
|
c00234ba9a
|
Refactoring the client api
|
2013-01-15 17:55:44 +08:00 |
|
mikespook
|
dbc06bf540
|
start refactoring...
|
2013-01-14 17:59:48 +08:00 |
|
mikespook
|
d6c6bfe9f0
|
moved to github
|
2012-12-21 11:11:37 +08:00 |
|
mikespook
|
624c61519f
|
using time.After instead of a separate goroutine
|
2012-05-30 09:54:22 +08:00 |
|
mikespook
|
a8f7c8ab9d
|
Read a empty data means connection error
|
2012-05-24 21:17:06 +08:00 |
|
mikespook
|
f14964bc81
|
add timeout to client.Do
|
2012-05-24 19:21:30 +08:00 |
|
mikespook
|
2960cb9953
|
refacotring worker's code
--HG--
branch : 0.1
rename : worker/jobagent.go => worker/agent.go
rename : worker/workerjob.go => worker/job.go
|
2012-05-23 17:45:52 +08:00 |
|
mikespook
|
563af037cb
|
fixed client:Job.Encode
--HG--
branch : 0.1
|
2012-05-23 15:22:29 +08:00 |
|
mikespook
|
7614c2678a
|
make a new branch, refactoring codes
--HG--
branch : 0.1
rename : gearman/client/client.go => client/client.go
rename : gearman/client/client_test.go => client/client_test.go
rename : gearman/client/clientjob.go => client/job.go
rename : gearman/gearman.go => common/gearman.go
rename : gearman/worker/jobagent.go => worker/jobagent.go
rename : gearman/worker/worker.go => worker/worker.go
rename : gearman/worker/worker_test.go => worker/worker_test.go
rename : gearman/worker/workerjob.go => worker/workerjob.go
|
2012-05-22 20:05:39 +08:00 |
|