This website requires JavaScript.
8cdaef9752
Ability to exit work loop gracefully
Kyle Vigen
2014-06-10 11:37:10 -0700
97731e1774
FIX: EOF disconnect error also called raw handler afterwards
Joe Higton
2014-06-10 04:09:27 +0100
09c626f488
Cope with io.EOF as a disconnect error
Joe Higton
2014-06-10 03:46:21 +0100
1ebb3d5fcc
Wrap disconnect errors and allow reconnect
Joe Higton
2014-06-10 03:23:18 +0100
5d144aa842
Merge 6cf2680431
into 320155c608
draxil
2014-06-07 11:01:21 +0000
6cf2680431
Merge branch 'worker_disconnect_testing'
Joe Higton
2014-06-07 07:26:41 +0100
99bcf11768
FIX: The error handler is not called on disconnect
Joe Higton
2014-06-07 07:22:40 +0100
827cf3fa3e
Removed old gearman from travis gearman-go and original gearmand don't play well, possibly an issue?
Joe Higton
2014-06-07 06:36:24 +0100
7ddad76b85
Early stab at disconnect handling test
Joe Higton
2014-06-07 06:14:28 +0100
e0614657e0
Added the original gearmand to travis for testing:
Joe Higton
2014-06-07 05:50:58 +0100
912db95c0a
FIX: waiting for worker fireup was making the test slow
Joe Higton
2014-06-07 05:35:05 +0100
2f72b28d76
FIX: waiting for worker fireup was making the test slow
Joe Higton
2014-06-07 05:35:05 +0100
320155c608
Merge pull request #41 from draxil/master
Xing
2014-06-05 11:42:37 +0800
e3969e0fdd
Merge 0a4489d1fe
into 3232b11d83
draxil
2014-06-04 17:06:54 +0000
0a4489d1fe
Fixed and improved Work() without Ready() test:
Joe Higton
2014-06-04 13:31:25 +0100
6688c29c37
Enahanced Work() without Ready() behaviour:
draxil
2014-06-01 16:59:57 +0100
3232b11d83
Merge pull request #38 from draxil/master
Xing
2014-06-01 22:13:35 +0800
24e93b4a2c
More helpful panic if you call Work() before you call Ready()
Joe Higton
2014-05-29 15:35:27 +0100
e9ce09b885
Merge pull request #36 from rlmcpherson/master
Xing
2014-05-21 10:03:32 +0800
0deaa25a0b
added function name and payload to id generation so that users can set up id generators that can generate duplicate ids for duplicate work, and gearman can then ignore that duplicate work
wickning1
2014-05-20 15:16:38 -0500
0591572d8e
Make pool clients safe for concurrent access with mutex.
Randall McPherson
2014-05-16 10:23:44 -0400
df43075092
Merge b2c5107d21
into 9d7a29fe26
ngaut
2014-04-22 02:29:06 +0000
b2c5107d21
add comments
ngaut
2014-04-22 10:27:03 +0800
d8913a6354
fix race
unknown
2014-04-22 04:01:51 +0800
6910d548be
added Kevin to the contributors list
Xing Xing
2014-03-11 10:08:20 +0800
5334b50533
fixed #34
Xing Xing
2014-03-11 10:03:00 +0800
de91c999f7
Changed agent.read to handle big data.
Kevin Darlington
2014-03-08 19:22:14 -0500
da3d31662b
added Damian to contributors
Xing Xing
2014-03-07 17:40:32 +0800
9d7a29fe26
Merge branch 'master' into 0.2-dev
Xing Xing
2014-03-07 17:33:16 +0800
9dd9be1712
Merge pull request #32 from dgryski/printf-fixes
Xing
2014-03-07 17:31:44 +0800
7229235a4f
Use %v instead of %V, which is not a valid Printf verb
Damian Gryski
2014-03-07 10:21:45 +0100
ad0d49dcb2
Use fmt.Errorf() instead of errors.New(fmt.Sprintf())
Damian Gryski
2014-03-07 10:20:39 +0100
09542d7176
update examples
Xing Xing
2014-03-03 15:23:46 +0800
76c76995d5
removed ErrLostConn from worker
Xing Xing
2014-03-03 14:50:54 +0800
78813cb052
Merge branch 'master' into 0.2-dev
Xing Xing
2014-03-03 14:49:43 +0800
f880354a61
type assertion with *net.OpError
Xing Xing
2014-03-03 14:45:35 +0800
45a9d7c3e5
fixed #31
Xing Xing
2014-03-03 11:40:42 +0800
7ea5fa7550
Merge pull request #30 from mikespook/0.2-dev
Xing
2014-01-15 17:52:24 -0800
0a6bacbe82
SUBMIT_JOB_SCHED is deprecated, worker.Immediately should be removed.
Xing Xing
2014-01-16 09:43:06 +0800
0458d8c2b3
Merge pull request #29 from sgrimee/patch-2
Xing
2014-01-15 06:28:48 -0800
ed8c829c2f
Clarify timeout option in Readme
Sam Grimee
2014-01-15 14:16:03 +0100
3a5d89c67a
fixed typo, issue #27
Xing Xing
2014-01-15 10:09:10 +0800
c4efc59d78
no author but contributors
Xing Xing
2014-01-15 10:04:41 +0800
98a935207b
fixed issue #27
Xing Xing
2014-01-15 09:40:36 +0800
2bd19fb2fb
Merge branch 'master' into 0.2-dev
Xing Xing
2014-01-15 09:38:41 +0800
9729de017c
Merge pull request #25 from sgrimee/patch-1
Xing
2014-01-14 17:35:24 -0800
ea240397b7
Update worker.go
Sam Grimee
2014-01-15 00:36:22 +0100
54286d5aa4
Fix worker.Immediately to be 0 instead of 2
Sam Grimee
2014-01-15 00:27:50 +0100
221e11861f
keep already received data if not enough to decode
Sam Grimee
2014-01-14 17:06:20 +0100
885609309c
Continue reading incoming data until enough rcvd
Sam Grimee
2014-01-14 12:59:52 +0100
87631cc2e5
go fmt & better examples
Xing Xing
2014-01-09 17:58:02 +0800
e701be9288
Merge branch 'master' into 0.2-dev
Xing Xing
2014-01-09 16:18:52 +0800
57337a6004
Merge branch 'master' of github.com:mikespook/gearman-go
Xing Xing
2014-01-09 16:17:05 +0800
76196899f8
fxied issue #20
Xing Xing
2014-01-09 16:16:34 +0800
47d03a8bb1
fixed WORK_STATUS package size
Xing Xing
2014-01-09 14:55:51 +0800
e0171b4bde
Merge branch 'master' into 0.2-dev
Xing Xing
2014-01-04 15:07:34 +0800
7f46dbc038
Merge pull request #23 from 300brand/feature-recall
Xing
2014-01-03 22:58:22 -0800
94b00affec
Bring back ability to get function name
jake
2014-01-03 15:58:18 -0500
26ea07a917
Merge pull request #22 from azylman/master
Xing
2013-12-30 19:46:05 -0800
90f2fd21e8
expose job handle/uniqueId
Alex Zylman
2013-12-30 14:14:19 -0800
49d43961fc
Merge branch 'master' into 0.2-dev
Xing Xing
2013-12-29 17:20:24 +0800
d282ef337a
benchmark for encoding/decoding
Xing Xing
2013-12-29 17:09:06 +0800
98450f63f6
added the godoc badge
Xing Xing
2013-12-26 16:02:30 +0800
9f96247384
fixed the worker's testing cases
Xing Xing
2013-12-26 15:55:16 +0800
bf25cc1728
a better documents for the client package
Xing Xing
2013-12-26 15:28:42 +0800
59941371fb
Something should not display in documents, disabled.
Xing Xing
2013-12-26 12:32:27 +0800
18791d0490
a better documents
Xing Xing
2013-12-26 12:06:47 +0800
298edadfa6
a better doc
Xing Xing
2013-12-25 18:11:01 +0800
02e6bfebcb
prepared for documentation
Xing Xing
2013-12-25 17:01:42 +0800
ddba5ab2f2
blocking on GRAB_JOB instead of executing blocked
Xing Xing
2013-12-25 15:13:21 +0800
3aa95042e6
merge, client need to refactor
Xing Xing
2013-12-24 22:04:10 +0800
fbfe7c0b22
The limitation param was removed
Xing Xing
2013-12-24 17:41:11 +0800
ae716c0494
fixed global test-case
Xing Xing
2013-12-24 16:37:20 +0800
7db97fc31d
package's test-case added
Xing Xing
2013-12-24 16:35:17 +0800
bcff8f7e0d
go fmt
Xing Xing
2013-12-24 14:39:04 +0800
2da5f29cd1
refactoring complated
Xing Xing
2013-12-24 14:35:33 +0800
2ee2be0891
go fmt
Xing Xing
2013-12-23 17:05:42 +0800
2b4cc002d1
grab, no_job, pre_sleep, noop
Xing Xing
2013-12-23 17:01:01 +0800
a33a6cde32
complated in/out-pack name's refactoring
Xing Xing
2013-12-21 11:09:13 +0800
e9c29799fb
refactoring worker side data package
Xing Xing
2013-12-20 15:24:22 +0800
c4e34d0b7c
Merge adbe320074
into 2002bb1804
Jesús García Crespo
2013-11-09 10:11:03 -0800
adbe320074
Remove handle only when the job is done
Jesús García Crespo
2013-11-09 09:27:30 -0800
c8f2f5085c
race is bad, how should we do?
Xing Xing
2013-09-22 22:58:22 +0800
e3f789bc86
fixed nil pointer
Xing Xing
2013-09-22 22:02:05 +0800
e5179e3b5b
started refactoring worker
Xing Xing
2013-08-30 18:01:10 +0800
124e686699
go fmt
Xing Xing
2013-08-30 12:36:57 +0800
2a27eca7b7
fixed building package issue
Xing Xing
2013-08-30 11:47:53 +0800
9daac76f67
removed outside dependency
Xing Xing
2013-08-30 11:41:18 +0800
764dcf5f99
merge from paulmach
Xing Xing
2013-08-30 11:27:41 +0800
358c8c4af0
processed ERROR package
Xing Xing
2013-08-30 11:20:51 +0800
4997e30a77
runabled 0.2
Xing Xing
2013-08-29 18:08:05 +0800
e5c30068cd
0.2 refactoring begining
Xing Xing
2013-08-29 16:51:23 +0800
5e215b9257
Remove depenance on external libs for unique id
Paul Mach
2013-08-25 22:41:58 -0700
2002bb1804
fixed bson/ObjectId
0.1-testing
Xing Xing
2013-08-07 15:30:41 +0800
e7d32edee0
fixed for travis-ci
mikespook
2013-06-09 12:46:47 +0800
5259aece7e
gearmand must be installed
mikespook
2013-06-09 12:41:59 +0800
5c6d94f385
fixed for travis-ci
mikespook
2013-06-09 12:35:35 +0800
b97ccd007c
added travis-ci
mikespook
2013-06-09 12:31:25 +0800
8e009be940
#14 fixed
mikespook
2013-04-24 16:58:06 +0800
2107c9b883
Merge pull request #15 from paulmach/master
Xing
2013-04-23 19:04:37 -0700