MojoX-Gearman.git
13 years agoadded timeout for JOB_CREATED master
Dobrica Pavlinusic [Tue, 15 Mar 2011 09:26:02 +0000 (09:26 +0000)]
added timeout for JOB_CREATED

13 years agosupport gearman admin text protocol with fake type TEXT
Dobrica Pavlinusic [Mon, 14 Mar 2011 18:52:09 +0000 (18:52 +0000)]
support gearman admin text protocol with fake type TEXT

13 years agoparse only full messages
Dobrica Pavlinusic [Sat, 12 Mar 2011 12:53:38 +0000 (12:53 +0000)]
parse only full messages

13 years agoadded WORK_FAIL
Dobrica Pavlinusic [Mon, 7 Mar 2011 12:09:27 +0000 (12:09 +0000)]
added WORK_FAIL

13 years agodisplay gearman server used
Dobrica Pavlinusic [Mon, 7 Mar 2011 10:49:40 +0000 (10:49 +0000)]
display gearman server used

13 years agono need to start ioloop manually
Dobrica Pavlinusic [Tue, 1 Mar 2011 23:24:45 +0000 (23:24 +0000)]
no need to start ioloop manually

13 years agoregister and call two functions
Dobrica Pavlinusic [Tue, 1 Mar 2011 23:15:53 +0000 (23:15 +0000)]
register and call two functions

13 years agoECHO_REQ SUBMIT_JOB GRAB_JOB runs ioloop
Dobrica Pavlinusic [Tue, 1 Mar 2011 22:58:59 +0000 (22:58 +0000)]
ECHO_REQ SUBMIT_JOB GRAB_JOB runs ioloop

This allow us to start first worker, and then client and terminate
worker after first batch of jobs

13 years agorename tests
Dobrica Pavlinusic [Tue, 1 Mar 2011 22:11:36 +0000 (22:11 +0000)]
rename tests

13 years agofirst worker
Dobrica Pavlinusic [Tue, 1 Mar 2011 22:09:38 +0000 (22:09 +0000)]
first worker

13 years agobetter errors and output
Dobrica Pavlinusic [Tue, 1 Mar 2011 22:06:43 +0000 (22:06 +0000)]
better errors and output

13 years agono need for custom res accessor
Dobrica Pavlinusic [Tue, 1 Mar 2011 19:22:57 +0000 (19:22 +0000)]
no need for custom res accessor

13 years agotest ping response
Dobrica Pavlinusic [Tue, 1 Mar 2011 19:18:08 +0000 (19:18 +0000)]
test ping response

13 years agonew own Mojo::IOLoop to play nice with Mojolicious
Dobrica Pavlinusic [Tue, 1 Mar 2011 18:55:53 +0000 (18:55 +0000)]
new own Mojo::IOLoop to play nice with Mojolicious

13 years agopass request type name
Dobrica Pavlinusic [Tue, 1 Mar 2011 17:16:26 +0000 (17:16 +0000)]
pass request type name

13 years agocheck if alive after SUBMIT_JOB
Dobrica Pavlinusic [Tue, 1 Mar 2011 16:50:58 +0000 (16:50 +0000)]
check if alive after SUBMIT_JOB

13 years agoNULL terminate payload
Dobrica Pavlinusic [Tue, 1 Mar 2011 12:05:49 +0000 (12:05 +0000)]
NULL terminate payload

13 years agosync SUBMIT_JOB somewhat working
Dobrica Pavlinusic [Tue, 1 Mar 2011 11:00:54 +0000 (11:00 +0000)]
sync SUBMIT_JOB somewhat working

13 years agodie on ERROR response
Dobrica Pavlinusic [Mon, 28 Feb 2011 17:31:54 +0000 (17:31 +0000)]
die on ERROR response

13 years agocheck echo return value
Dobrica Pavlinusic [Mon, 28 Feb 2011 17:30:03 +0000 (17:30 +0000)]
check echo return value

13 years agocorrectly pack multiple arguments
Dobrica Pavlinusic [Mon, 28 Feb 2011 17:29:49 +0000 (17:29 +0000)]
correctly pack multiple arguments

13 years agofirst working echo with Gearman
Dobrica Pavlinusic [Mon, 28 Feb 2011 17:11:11 +0000 (17:11 +0000)]
first working echo with Gearman