rq 3.0.0 → 3.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/INSTALL +7 -1
- data/README +16 -2
- data/bin/rq +1 -1
- data/bin/{rq-3.0.0 → rq-3.1.0} +1 -1
- data/lib/{rq-3.0.0.rb → rq-3.1.0.rb} +1 -1
- data/lib/{rq-3.0.0 → rq-3.1.0}/backer.rb +0 -0
- data/lib/{rq-3.0.0 → rq-3.1.0}/configfile.rb +0 -0
- data/lib/{rq-3.0.0 → rq-3.1.0}/configurator.rb +0 -0
- data/lib/{rq-3.0.0 → rq-3.1.0}/creator.rb +0 -0
- data/lib/{rq-3.0.0 → rq-3.1.0}/cron.rb +0 -0
- data/lib/{rq-3.0.0 → rq-3.1.0}/defaultconfig.txt +0 -0
- data/lib/{rq-3.0.0 → rq-3.1.0}/deleter.rb +0 -0
- data/lib/{rq-3.0.0 → rq-3.1.0}/executor.rb +0 -0
- data/lib/{rq-3.0.0 → rq-3.1.0}/feeder.rb +0 -0
- data/lib/{rq-3.0.0 → rq-3.1.0}/i686-linux/_sqlite.so +0 -0
- data/lib/{rq-3.0.0 → rq-3.1.0}/ioviewer.rb +0 -0
- data/lib/{rq-3.0.0 → rq-3.1.0}/job.rb +0 -0
- data/lib/{rq-3.0.0 → rq-3.1.0}/jobqueue.rb +0 -0
- data/lib/{rq-3.0.0 → rq-3.1.0}/jobrunner.rb +0 -0
- data/lib/{rq-3.0.0 → rq-3.1.0}/jobrunnerdaemon.rb +0 -0
- data/lib/{rq-3.0.0 → rq-3.1.0}/lister.rb +0 -0
- data/lib/{rq-3.0.0 → rq-3.1.0}/local/bin/sqlite +0 -0
- data/lib/{rq-3.0.0 → rq-3.1.0}/local/include/sqlite.h +0 -0
- data/lib/{rq-3.0.0 → rq-3.1.0}/local/lib/libsqlite.a +0 -0
- data/lib/{rq-3.0.0 → rq-3.1.0}/local/lib/libsqlite.la +0 -0
- data/lib/{rq-3.0.0 → rq-3.1.0}/local/lib/libsqlite.so +0 -0
- data/lib/{rq-3.0.0 → rq-3.1.0}/local/lib/libsqlite.so.0 +0 -0
- data/lib/{rq-3.0.0 → rq-3.1.0}/local/lib/libsqlite.so.0.8.6 +0 -0
- data/lib/{rq-3.0.0 → rq-3.1.0}/local/lib/pkgconfig/sqlite.pc +0 -0
- data/lib/{rq-3.0.0 → rq-3.1.0}/locker.rb +0 -0
- data/lib/{rq-3.0.0 → rq-3.1.0}/logging.rb +0 -0
- data/lib/{rq-3.0.0 → rq-3.1.0}/mainhelper.rb +0 -0
- data/lib/{rq-3.0.0 → rq-3.1.0}/orderedautohash.rb +0 -0
- data/lib/{rq-3.0.0 → rq-3.1.0}/orderedhash.rb +0 -0
- data/lib/{rq-3.0.0 → rq-3.1.0}/qdb.rb +0 -0
- data/lib/{rq-3.0.0 → rq-3.1.0}/querier.rb +0 -0
- data/lib/{rq-3.0.0 → rq-3.1.0}/recoverer.rb +0 -0
- data/lib/{rq-3.0.0 → rq-3.1.0}/refresher.rb +0 -0
- data/lib/{rq-3.0.0 → rq-3.1.0}/relayer.rb +0 -0
- data/lib/{rq-3.0.0 → rq-3.1.0}/resource.rb +0 -0
- data/lib/{rq-3.0.0 → rq-3.1.0}/resourcemanager.rb +0 -0
- data/lib/{rq-3.0.0 → rq-3.1.0}/resubmitter.rb +0 -0
- data/lib/{rq-3.0.0 → rq-3.1.0}/rotater.rb +0 -0
- data/lib/{rq-3.0.0 → rq-3.1.0}/sleepcycle.rb +0 -0
- data/lib/{rq-3.0.0 → rq-3.1.0}/snapshotter.rb +0 -0
- data/lib/{rq-3.0.0 → rq-3.1.0}/sqlite.rb +0 -0
- data/lib/{rq-3.0.0 → rq-3.1.0}/statuslister.rb +0 -0
- data/lib/{rq-3.0.0 → rq-3.1.0}/submitter.rb +0 -0
- data/lib/{rq-3.0.0 → rq-3.1.0}/toucher.rb +0 -0
- data/lib/{rq-3.0.0 → rq-3.1.0}/updater.rb +0 -0
- data/lib/{rq-3.0.0 → rq-3.1.0}/usage.rb +14 -1
- data/lib/{rq-3.0.0 → rq-3.1.0}/util.rb +0 -0
- data/lib/rq.rb +1 -1
- data/rq-3.1.0.gem +0 -0
- metadata +60 -59
data/INSTALL
CHANGED
@@ -4,7 +4,13 @@
|
|
4
4
|
|
5
5
|
* ./install.sh /full/path/to/a/nfs/mounted/directory/
|
6
6
|
|
7
|
-
* the nfs mounted path above should be visible by all cluster nodes
|
7
|
+
* the nfs mounted path above should be visible by all cluster nodes.
|
8
|
+
__all__ required software will be installed into this directory root. when
|
9
|
+
complete all that's needed is a
|
10
|
+
|
11
|
+
export PATH=/full/path/to/a/nfs/mounted/directory/bin:$PATH
|
12
|
+
|
13
|
+
(note 'bin') to use rq
|
8
14
|
|
9
15
|
* this is the __reccomended__ procedure since it will result in a single nfs
|
10
16
|
install which all cluster nodes can use. the other install methods mean
|
data/README
CHANGED
@@ -1,15 +1,29 @@
|
|
1
1
|
NAME
|
2
|
-
rq v3.
|
2
|
+
rq v3.1.0
|
3
3
|
|
4
4
|
SYNOPSIS
|
5
5
|
rq (queue | export RQ_Q=q) mode [mode_args]* [options]*
|
6
6
|
|
7
7
|
URIS
|
8
8
|
|
9
|
+
http://rubyforge.org/projects/codeforpeople/
|
9
10
|
http://codeforpeople.com/lib/ruby/rq/
|
10
|
-
http://raa.ruby-lang.org/project/rq/
|
11
11
|
http://www.linuxjournal.com/article/7922
|
12
12
|
|
13
|
+
INSTALL
|
14
|
+
|
15
|
+
manual (cluster wide):
|
16
|
+
|
17
|
+
- download latest release from URI(S) above
|
18
|
+
- tar xvfz rq-X.X.X.tgz
|
19
|
+
- cd rq-X-X-X.tgz
|
20
|
+
- cd all
|
21
|
+
- ./install.sh /full/path/to/nfs/mounted/directory/
|
22
|
+
|
23
|
+
gems (per node):
|
24
|
+
|
25
|
+
gem install rq
|
26
|
+
|
13
27
|
DESCRIPTION
|
14
28
|
|
15
29
|
ruby queue (rq) is a zero-admin zero-configuration tool used to create instant
|
data/bin/rq
CHANGED
data/bin/{rq-3.0.0 → rq-3.1.0}
RENAMED
@@ -7,7 +7,7 @@ unless defined? $__rq__
|
|
7
7
|
|
8
8
|
AUTHOR = 'ara.t.howard@gmail.com'
|
9
9
|
LIBNAME = 'rq'
|
10
|
-
VERSION = '3.
|
10
|
+
VERSION = '3.1.0'
|
11
11
|
LIBVER = "#{ LIBNAME }-#{ VERSION }"
|
12
12
|
DIRNAME = File::dirname(File::expand_path(__FILE__)) + File::SEPARATOR
|
13
13
|
ROOTDIR = File::dirname(DIRNAME)
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
@@ -98,8 +98,8 @@ usage_banner
|
|
98
98
|
#{ USAGE_BANNER }
|
99
99
|
URIS
|
100
100
|
|
101
|
+
http://rubyforge.org/projects/codeforpeople/
|
101
102
|
http://codeforpeople.com/lib/ruby/rq/
|
102
|
-
http://raa.ruby-lang.org/project/rq/
|
103
103
|
http://www.linuxjournal.com/article/7922
|
104
104
|
|
105
105
|
DESCRIPTION
|
@@ -1140,6 +1140,19 @@ CREDITS
|
|
1140
1140
|
- _why : for writing yaml for ruby
|
1141
1141
|
- matz : for writing ruby
|
1142
1142
|
|
1143
|
+
INSTALL
|
1144
|
+
manual (cluster wide):
|
1145
|
+
|
1146
|
+
- download latest release from URI(S) above
|
1147
|
+
- tar xvfz rq-X.X.X.tgz
|
1148
|
+
- cd rq-X-X-X.tgz
|
1149
|
+
- cd all
|
1150
|
+
- ./install.sh /full/path/to/nfs/mounted/directory/
|
1151
|
+
|
1152
|
+
rubygems (per node):
|
1153
|
+
|
1154
|
+
gem install rq
|
1155
|
+
|
1143
1156
|
AUTHOR
|
1144
1157
|
#{ AUTHOR }
|
1145
1158
|
|
File without changes
|
data/lib/rq.rb
CHANGED
@@ -7,7 +7,7 @@ unless defined? $__rq__
|
|
7
7
|
|
8
8
|
AUTHOR = 'ara.t.howard@gmail.com'
|
9
9
|
LIBNAME = 'rq'
|
10
|
-
VERSION = '3.
|
10
|
+
VERSION = '3.1.0'
|
11
11
|
LIBVER = "#{ LIBNAME }-#{ VERSION }"
|
12
12
|
DIRNAME = File::dirname(File::expand_path(__FILE__)) + File::SEPARATOR
|
13
13
|
ROOTDIR = File::dirname(DIRNAME)
|
data/rq-3.1.0.gem
ADDED
File without changes
|
metadata
CHANGED
@@ -3,8 +3,8 @@ rubygems_version: 0.8.11
|
|
3
3
|
specification_version: 1
|
4
4
|
name: rq
|
5
5
|
version: !ruby/object:Gem::Version
|
6
|
-
version: 3.
|
7
|
-
date: 2007-
|
6
|
+
version: 3.1.0
|
7
|
+
date: 2007-03-13 00:00:00.000000 -06:00
|
8
8
|
summary: rq
|
9
9
|
require_paths:
|
10
10
|
- lib
|
@@ -33,6 +33,7 @@ files:
|
|
33
33
|
- INSTALL
|
34
34
|
- gemspec.rb
|
35
35
|
- README
|
36
|
+
- rq-3.1.0.gem
|
36
37
|
- doc
|
37
38
|
- rq
|
38
39
|
- install.rb
|
@@ -724,67 +725,67 @@ files:
|
|
724
725
|
- doc/classes/ARGV.src/M000037.html
|
725
726
|
- doc/classes/SQLite/TypeTranslator.html
|
726
727
|
- doc/classes/SQLite/Database.html
|
727
|
-
- lib/rq-3.0.0
|
728
|
-
- lib/rq-3.0.0.rb
|
729
728
|
- lib/rq.rb
|
730
|
-
- lib/rq-3.
|
731
|
-
- lib/rq-3.
|
732
|
-
- lib/rq-3.
|
733
|
-
- lib/rq-3.
|
734
|
-
- lib/rq-3.
|
735
|
-
- lib/rq-3.
|
736
|
-
- lib/rq-3.
|
737
|
-
- lib/rq-3.
|
738
|
-
- lib/rq-3.
|
739
|
-
- lib/rq-3.
|
740
|
-
- lib/rq-3.
|
741
|
-
- lib/rq-3.
|
742
|
-
- lib/rq-3.
|
743
|
-
- lib/rq-3.
|
744
|
-
- lib/rq-3.
|
745
|
-
- lib/rq-3.
|
746
|
-
- lib/rq-3.
|
747
|
-
- lib/rq-3.
|
748
|
-
- lib/rq-3.
|
749
|
-
- lib/rq-3.
|
750
|
-
- lib/rq-3.
|
751
|
-
- lib/rq-3.
|
752
|
-
- lib/rq-3.
|
753
|
-
- lib/rq-3.
|
754
|
-
- lib/rq-3.
|
755
|
-
- lib/rq-3.
|
756
|
-
- lib/rq-3.
|
757
|
-
- lib/rq-3.
|
758
|
-
- lib/rq-3.
|
759
|
-
- lib/rq-3.
|
760
|
-
- lib/rq-3.
|
761
|
-
- lib/rq-3.
|
762
|
-
- lib/rq-3.
|
763
|
-
- lib/rq-3.
|
764
|
-
- lib/rq-3.
|
765
|
-
- lib/rq-3.
|
766
|
-
- lib/rq-3.
|
767
|
-
- lib/rq-3.
|
768
|
-
- lib/rq-3.
|
769
|
-
- lib/rq-3.
|
770
|
-
- lib/rq-3.
|
771
|
-
- lib/rq-3.
|
772
|
-
- lib/rq-3.
|
773
|
-
- lib/rq-3.
|
774
|
-
- lib/rq-3.
|
775
|
-
- lib/rq-3.
|
776
|
-
- lib/rq-3.
|
777
|
-
- lib/rq-3.
|
778
|
-
- lib/rq-3.
|
779
|
-
- lib/rq-3.
|
780
|
-
- lib/rq-3.
|
781
|
-
- lib/rq-3.
|
782
|
-
- lib/rq-3.
|
729
|
+
- lib/rq-3.1.0
|
730
|
+
- lib/rq-3.1.0.rb
|
731
|
+
- lib/rq-3.1.0/jobrunner.rb
|
732
|
+
- lib/rq-3.1.0/recoverer.rb
|
733
|
+
- lib/rq-3.1.0/sleepcycle.rb
|
734
|
+
- lib/rq-3.1.0/toucher.rb
|
735
|
+
- lib/rq-3.1.0/job.rb
|
736
|
+
- lib/rq-3.1.0/logging.rb
|
737
|
+
- lib/rq-3.1.0/refresher.rb
|
738
|
+
- lib/rq-3.1.0/querier.rb
|
739
|
+
- lib/rq-3.1.0/backer.rb
|
740
|
+
- lib/rq-3.1.0/util.rb
|
741
|
+
- lib/rq-3.1.0/usage.rb
|
742
|
+
- lib/rq-3.1.0/lister.rb
|
743
|
+
- lib/rq-3.1.0/cron.rb
|
744
|
+
- lib/rq-3.1.0/defaultconfig.txt
|
745
|
+
- lib/rq-3.1.0/locker.rb
|
746
|
+
- lib/rq-3.1.0/resource.rb
|
747
|
+
- lib/rq-3.1.0/resourcemanager.rb
|
748
|
+
- lib/rq-3.1.0/executor.rb
|
749
|
+
- lib/rq-3.1.0/updater.rb
|
750
|
+
- lib/rq-3.1.0/mainhelper.rb
|
751
|
+
- lib/rq-3.1.0/configfile.rb
|
752
|
+
- lib/rq-3.1.0/snapshotter.rb
|
753
|
+
- lib/rq-3.1.0/jobrunnerdaemon.rb
|
754
|
+
- lib/rq-3.1.0/submitter.rb
|
755
|
+
- lib/rq-3.1.0/creator.rb
|
756
|
+
- lib/rq-3.1.0/jobqueue.rb
|
757
|
+
- lib/rq-3.1.0/configurator.rb
|
758
|
+
- lib/rq-3.1.0/qdb.rb
|
759
|
+
- lib/rq-3.1.0/orderedautohash.rb
|
760
|
+
- lib/rq-3.1.0/feeder.rb
|
761
|
+
- lib/rq-3.1.0/relayer.rb
|
762
|
+
- lib/rq-3.1.0/deleter.rb
|
763
|
+
- lib/rq-3.1.0/resubmitter.rb
|
764
|
+
- lib/rq-3.1.0/rotater.rb
|
765
|
+
- lib/rq-3.1.0/orderedhash.rb
|
766
|
+
- lib/rq-3.1.0/ioviewer.rb
|
767
|
+
- lib/rq-3.1.0/statuslister.rb
|
768
|
+
- lib/rq-3.1.0/local
|
769
|
+
- lib/rq-3.1.0/i686-linux
|
770
|
+
- lib/rq-3.1.0/sqlite.rb
|
771
|
+
- lib/rq-3.1.0/local/lib
|
772
|
+
- lib/rq-3.1.0/local/bin
|
773
|
+
- lib/rq-3.1.0/local/include
|
774
|
+
- lib/rq-3.1.0/local/lib/libsqlite.so.0.8.6
|
775
|
+
- lib/rq-3.1.0/local/lib/libsqlite.so.0
|
776
|
+
- lib/rq-3.1.0/local/lib/libsqlite.so
|
777
|
+
- lib/rq-3.1.0/local/lib/libsqlite.la
|
778
|
+
- lib/rq-3.1.0/local/lib/libsqlite.a
|
779
|
+
- lib/rq-3.1.0/local/lib/pkgconfig
|
780
|
+
- lib/rq-3.1.0/local/lib/pkgconfig/sqlite.pc
|
781
|
+
- lib/rq-3.1.0/local/bin/sqlite
|
782
|
+
- lib/rq-3.1.0/local/include/sqlite.h
|
783
|
+
- lib/rq-3.1.0/i686-linux/_sqlite.so
|
783
784
|
- white_box/crontab
|
784
785
|
- white_box/joblist
|
785
786
|
- white_box/killrq
|
786
787
|
- white_box/rq_killer
|
787
|
-
- bin/rq-3.
|
788
|
+
- bin/rq-3.1.0
|
788
789
|
- bin/rq
|
789
790
|
- all/install.sh
|
790
791
|
- all/install.rb
|
@@ -801,7 +802,7 @@ test_files: []
|
|
801
802
|
rdoc_options: []
|
802
803
|
extra_rdoc_files: []
|
803
804
|
executables:
|
804
|
-
- rq-3.
|
805
|
+
- rq-3.1.0
|
805
806
|
- rq
|
806
807
|
extensions:
|
807
808
|
- extconf.rb
|