diff options
| author | Steve Kemp <steve@steve.org.uk> | 2012-11-13 17:23:04 +0000 | 
|---|---|---|
| committer | Steve Kemp <steve@steve.org.uk> | 2012-11-13 17:23:04 +0000 | 
| commit | b3abe4cd1eaebac3950f54e970c915c21a55538d (patch) | |
| tree | bafef599858bc816c1c606edaaee79132e694dc8 | |
| parent | ab3961ec0603140ac5730f90b067c01e9d73d070 (diff) | |
  Removed.
| -rw-r--r-- | worker/README | 13 | 
1 files changed, 0 insertions, 13 deletions
| diff --git a/worker/README b/worker/README deleted file mode 100644 index f87decb..0000000 --- a/worker/README +++ /dev/null @@ -1,13 +0,0 @@ - -  This is the worker component. - -  It is designed to pull (testing) jobs from the beanstalk queue, executing them serially. - -  The jobs will be serialized JSON objects which have the following keys in all cases: - -    * test_type => ping | ssh | mysql | http | https | ... -    * test_target => example.com | 192.168.0.1 | etc - -  Tests may implement additional keys, they will be used or ignored as appropriate. - -  There is no concept of an execution time, nor is there any threading to worry about. | 
