rq 0.1.7 → 3.0.0
Sign up to get free protection for your applications and to get access to all the features.
- data/INSTALL +21 -0
- data/README +752 -190
- data/TODO +18 -11
- data/TUTORIAL +230 -0
- data/all/install.rb +127 -0
- data/all/install.sh +165 -0
- data/all/packages/INSTALL +5 -0
- data/all/packages/arrayfields-3.6.0.tgz +0 -0
- data/all/packages/lockfile-1.4.1.tgz +0 -0
- data/all/packages/posixlock-0.0.1.tgz +0 -0
- data/all/packages/ruby-1.8.6.tgz +0 -0
- data/all/packages/rubygems-0.9.2.tgz +0 -0
- data/all/packages/sqlite-2.8.15.tar.gz +0 -0
- data/all/packages/sqlite-ruby-1.3.1.tar.gz +0 -0
- data/bin/rq +830 -361
- data/bin/rq-3.0.0 +860 -0
- data/doc/classes/ARGV.html +134 -0
- data/doc/classes/ARGV.src/M000036.html +36 -0
- data/doc/classes/ARGV.src/M000037.html +25 -0
- data/doc/classes/OrderedHash.html +1043 -0
- data/doc/classes/OrderedHash.src/M000003.html +26 -0
- data/doc/classes/OrderedHash.src/M000004.html +31 -0
- data/doc/classes/OrderedHash.src/M000005.html +23 -0
- data/doc/classes/OrderedHash.src/M000006.html +23 -0
- data/doc/classes/OrderedHash.src/M000007.html +24 -0
- data/doc/classes/OrderedHash.src/M000009.html +24 -0
- data/doc/classes/OrderedHash.src/M000010.html +24 -0
- data/doc/classes/OrderedHash.src/M000011.html +24 -0
- data/doc/classes/OrderedHash.src/M000012.html +24 -0
- data/doc/classes/OrderedHash.src/M000013.html +24 -0
- data/doc/classes/OrderedHash.src/M000014.html +24 -0
- data/doc/classes/OrderedHash.src/M000016.html +26 -0
- data/doc/classes/OrderedHash.src/M000017.html +25 -0
- data/doc/classes/OrderedHash.src/M000018.html +23 -0
- data/doc/classes/OrderedHash.src/M000019.html +25 -0
- data/doc/classes/OrderedHash.src/M000020.html +23 -0
- data/doc/classes/OrderedHash.src/M000021.html +24 -0
- data/doc/classes/OrderedHash.src/M000022.html +24 -0
- data/doc/classes/OrderedHash.src/M000023.html +24 -0
- data/doc/classes/OrderedHash.src/M000024.html +29 -0
- data/doc/classes/OrderedHash.src/M000025.html +29 -0
- data/doc/classes/OrderedHash.src/M000026.html +24 -0
- data/doc/classes/OrderedHash.src/M000027.html +25 -0
- data/doc/classes/OrderedHash.src/M000028.html +23 -0
- data/doc/classes/OrderedHash.src/M000029.html +25 -0
- data/doc/classes/OrderedHash.src/M000030.html +24 -0
- data/doc/classes/OrderedHash.src/M000032.html +23 -0
- data/doc/classes/OrderedHash.src/M000033.html +25 -0
- data/doc/classes/OrderedHash.src/M000034.html +36 -0
- data/doc/classes/OrderedHash.src/M000035.html +23 -0
- data/doc/classes/RQ.html +647 -0
- data/doc/classes/RQ/Backer.html +240 -0
- data/doc/classes/RQ/Backer.src/M000121.html +31 -0
- data/doc/classes/RQ/ConfigFile.html +416 -0
- data/doc/classes/RQ/ConfigFile.src/M000100.html +34 -0
- data/doc/classes/RQ/ConfigFile.src/M000101.html +26 -0
- data/doc/classes/RQ/ConfigFile.src/M000102.html +33 -0
- data/doc/classes/RQ/ConfigFile.src/M000103.html +25 -0
- data/doc/classes/RQ/ConfigFile.src/M000104.html +34 -0
- data/doc/classes/RQ/ConfigFile.src/M000105.html +25 -0
- data/doc/classes/RQ/Configurator.html +249 -0
- data/doc/classes/RQ/Configurator.src/M000122.html +40 -0
- data/doc/classes/RQ/Creator.html +264 -0
- data/doc/classes/RQ/Creator.src/M000157.html +32 -0
- data/doc/classes/RQ/Cron.html +461 -0
- data/doc/classes/RQ/Deleter.html +259 -0
- data/doc/classes/RQ/Deleter.src/M000078.html +52 -0
- data/doc/classes/RQ/Executor.html +249 -0
- data/doc/classes/RQ/Executor.src/M000099.html +45 -0
- data/doc/classes/RQ/Feeder.html +1131 -0
- data/doc/classes/RQ/Feeder.src/M000079.html +67 -0
- data/doc/classes/RQ/Feeder.src/M000080.html +47 -0
- data/doc/classes/RQ/Feeder.src/M000081.html +98 -0
- data/doc/classes/RQ/Feeder.src/M000082.html +25 -0
- data/doc/classes/RQ/Feeder.src/M000083.html +30 -0
- data/doc/classes/RQ/Feeder.src/M000084.html +58 -0
- data/doc/classes/RQ/Feeder.src/M000085.html +37 -0
- data/doc/classes/RQ/Feeder.src/M000086.html +40 -0
- data/doc/classes/RQ/Feeder.src/M000087.html +37 -0
- data/doc/classes/RQ/Feeder.src/M000088.html +35 -0
- data/doc/classes/RQ/Feeder.src/M000089.html +47 -0
- data/doc/classes/RQ/Feeder.src/M000090.html +25 -0
- data/doc/classes/RQ/Feeder.src/M000091.html +78 -0
- data/doc/classes/RQ/Feeder.src/M000092.html +34 -0
- data/doc/classes/RQ/Feeder.src/M000093.html +36 -0
- data/doc/classes/RQ/Feeder.src/M000094.html +25 -0
- data/doc/classes/RQ/Feeder.src/M000095.html +27 -0
- data/doc/classes/RQ/IOViewer.html +256 -0
- data/doc/classes/RQ/Job.html +304 -0
- data/doc/classes/RQ/Job.src/M000168.html +26 -0
- data/doc/classes/RQ/Job.src/M000169.html +37 -0
- data/doc/classes/RQ/Job.src/M000170.html +23 -0
- data/doc/classes/RQ/Job/Methods.html +210 -0
- data/doc/classes/RQ/JobQueue.html +1780 -0
- data/doc/classes/RQ/JobQueue.src/M000176.html +31 -0
- data/doc/classes/RQ/JobQueue.src/M000177.html +34 -0
- data/doc/classes/RQ/JobQueue.src/M000178.html +60 -0
- data/doc/classes/RQ/JobQueue.src/M000179.html +63 -0
- data/doc/classes/RQ/JobQueue.src/M000180.html +73 -0
- data/doc/classes/RQ/JobQueue.src/M000181.html +217 -0
- data/doc/classes/RQ/JobQueue.src/M000182.html +50 -0
- data/doc/classes/RQ/JobQueue.src/M000183.html +83 -0
- data/doc/classes/RQ/JobQueue.src/M000184.html +25 -0
- data/doc/classes/RQ/JobQueue.src/M000185.html +83 -0
- data/doc/classes/RQ/JobQueue.src/M000186.html +28 -0
- data/doc/classes/RQ/JobQueue.src/M000187.html +26 -0
- data/doc/classes/RQ/JobQueue.src/M000188.html +26 -0
- data/doc/classes/RQ/JobQueue.src/M000189.html +32 -0
- data/doc/classes/RQ/JobQueue.src/M000190.html +30 -0
- data/doc/classes/RQ/JobQueue.src/M000191.html +37 -0
- data/doc/classes/RQ/JobQueue.src/M000192.html +36 -0
- data/doc/classes/RQ/JobQueue.src/M000193.html +25 -0
- data/doc/classes/RQ/JobQueue.src/M000194.html +25 -0
- data/doc/classes/RQ/JobQueue.src/M000195.html +25 -0
- data/doc/classes/RQ/JobQueue.src/M000196.html +25 -0
- data/doc/classes/RQ/JobQueue.src/M000197.html +25 -0
- data/doc/classes/RQ/JobQueue.src/M000198.html +73 -0
- data/doc/classes/RQ/JobQueue.src/M000199.html +25 -0
- data/doc/classes/RQ/JobQueue.src/M000200.html +38 -0
- data/doc/classes/RQ/JobQueue.src/M000201.html +28 -0
- data/doc/classes/RQ/JobQueue/Error.html +187 -0
- data/doc/classes/RQ/JobRunner.html +386 -0
- data/doc/classes/RQ/JobRunner.src/M000117.html +53 -0
- data/doc/classes/RQ/JobRunner.src/M000118.html +26 -0
- data/doc/classes/RQ/JobRunnerDaemon.html +590 -0
- data/doc/classes/RQ/JobRunnerDaemon.src/M000159.html +94 -0
- data/doc/classes/RQ/JobRunnerDaemon.src/M000160.html +27 -0
- data/doc/classes/RQ/JobRunnerDaemon.src/M000161.html +39 -0
- data/doc/classes/RQ/JobRunnerDaemon.src/M000162.html +27 -0
- data/doc/classes/RQ/JobRunnerDaemon.src/M000163.html +27 -0
- data/doc/classes/RQ/JobRunnerDaemon.src/M000164.html +28 -0
- data/doc/classes/RQ/JobRunnerDaemon.src/M000165.html +28 -0
- data/doc/classes/RQ/JobRunnerDaemon.src/M000166.html +37 -0
- data/doc/classes/RQ/JobRunnerDaemon.src/M000167.html +25 -0
- data/doc/classes/RQ/Lister.html +256 -0
- data/doc/classes/RQ/Lister.src/M000156.html +52 -0
- data/doc/classes/RQ/Locker.html +250 -0
- data/doc/classes/RQ/Locker.src/M000120.html +40 -0
- data/doc/classes/RQ/Logging.html +296 -0
- data/doc/classes/RQ/Logging.src/M000067.html +28 -0
- data/doc/classes/RQ/Logging/LogClassMethods.html +254 -0
- data/doc/classes/RQ/Logging/LogClassMethods.src/M000068.html +32 -0
- data/doc/classes/RQ/Logging/LogClassMethods.src/M000069.html +28 -0
- data/doc/classes/RQ/Logging/LogMethods.html +404 -0
- data/doc/classes/RQ/Logging/LogMethods.src/M000070.html +35 -0
- data/doc/classes/RQ/Logging/LogMethods.src/M000071.html +28 -0
- data/doc/classes/RQ/Logging/LogMethods.src/M000072.html +21 -0
- data/doc/classes/RQ/Logging/LogMethods.src/M000073.html +21 -0
- data/doc/classes/RQ/Logging/LogMethods.src/M000074.html +21 -0
- data/doc/classes/RQ/Logging/LogMethods.src/M000075.html +21 -0
- data/doc/classes/RQ/Logging/LogMethods.src/M000076.html +21 -0
- data/doc/classes/RQ/Logging/LogMethods.src/M000077.html +29 -0
- data/doc/classes/RQ/Logging/LoggerExt.html +194 -0
- data/doc/classes/RQ/Main.html +2110 -0
- data/doc/classes/RQ/MainHelper.html +607 -0
- data/doc/classes/RQ/MainHelper.src/M000171.html +33 -0
- data/doc/classes/RQ/MainHelper.src/M000172.html +32 -0
- data/doc/classes/RQ/MainHelper.src/M000173.html +44 -0
- data/doc/classes/RQ/OrderedAutoHash.html +258 -0
- data/doc/classes/RQ/OrderedAutoHash.src/M000205.html +25 -0
- data/doc/classes/RQ/OrderedAutoHash.src/M000206.html +25 -0
- data/doc/classes/RQ/QDB.html +1653 -0
- data/doc/classes/RQ/QDB.src/M000126.html +25 -0
- data/doc/classes/RQ/QDB.src/M000127.html +37 -0
- data/doc/classes/RQ/QDB.src/M000128.html +27 -0
- data/doc/classes/RQ/QDB.src/M000129.html +27 -0
- data/doc/classes/RQ/QDB.src/M000130.html +27 -0
- data/doc/classes/RQ/QDB.src/M000131.html +31 -0
- data/doc/classes/RQ/QDB.src/M000132.html +32 -0
- data/doc/classes/RQ/QDB.src/M000133.html +30 -0
- data/doc/classes/RQ/QDB.src/M000134.html +91 -0
- data/doc/classes/RQ/QDB.src/M000135.html +26 -0
- data/doc/classes/RQ/QDB.src/M000136.html +46 -0
- data/doc/classes/RQ/QDB.src/M000137.html +26 -0
- data/doc/classes/RQ/QDB.src/M000138.html +51 -0
- data/doc/classes/RQ/QDB.src/M000139.html +61 -0
- data/doc/classes/RQ/QDB.src/M000140.html +57 -0
- data/doc/classes/RQ/QDB.src/M000141.html +25 -0
- data/doc/classes/RQ/QDB.src/M000142.html +25 -0
- data/doc/classes/RQ/QDB.src/M000143.html +37 -0
- data/doc/classes/RQ/QDB.src/M000144.html +107 -0
- data/doc/classes/RQ/QDB.src/M000145.html +40 -0
- data/doc/classes/RQ/QDB.src/M000146.html +34 -0
- data/doc/classes/RQ/QDB.src/M000147.html +33 -0
- data/doc/classes/RQ/QDB.src/M000148.html +32 -0
- data/doc/classes/RQ/QDB.src/M000149.html +98 -0
- data/doc/classes/RQ/QDB.src/M000150.html +26 -0
- data/doc/classes/RQ/QDB.src/M000151.html +31 -0
- data/doc/classes/RQ/QDB.src/M000154.html +26 -0
- data/doc/classes/RQ/QDB/AbortedTransactionError.html +187 -0
- data/doc/classes/RQ/QDB/RollbackTransactionError.html +187 -0
- data/doc/classes/RQ/Querier.html +328 -0
- data/doc/classes/RQ/Querier.src/M000203.html +45 -0
- data/doc/classes/RQ/Querier.src/M000204.html +78 -0
- data/doc/classes/RQ/ReSubmitter.html +307 -0
- data/doc/classes/RQ/ReSubmitter.src/M000098.html +111 -0
- data/doc/classes/RQ/Recoverer.html +247 -0
- data/doc/classes/RQ/Refresher.html +346 -0
- data/doc/classes/RQ/Refresher.src/M000174.html +51 -0
- data/doc/classes/RQ/Refresher.src/M000175.html +44 -0
- data/doc/classes/RQ/Relayer.html +723 -0
- data/doc/classes/RQ/Relayer.src/M000106.html +91 -0
- data/doc/classes/RQ/Relayer.src/M000107.html +47 -0
- data/doc/classes/RQ/Relayer.src/M000108.html +46 -0
- data/doc/classes/RQ/Relayer.src/M000109.html +26 -0
- data/doc/classes/RQ/Relayer.src/M000110.html +46 -0
- data/doc/classes/RQ/Relayer.src/M000111.html +40 -0
- data/doc/classes/RQ/Relayer.src/M000112.html +37 -0
- data/doc/classes/RQ/Relayer.src/M000113.html +40 -0
- data/doc/classes/RQ/Relayer.src/M000114.html +27 -0
- data/doc/classes/RQ/Relayer.src/M000115.html +25 -0
- data/doc/classes/RQ/Relayer.src/M000116.html +38 -0
- data/doc/classes/RQ/Resource.html +187 -0
- data/doc/classes/RQ/ResourceManager.html +276 -0
- data/doc/classes/RQ/Rotater.html +324 -0
- data/doc/classes/RQ/Rotater.src/M000158.html +71 -0
- data/doc/classes/RQ/SleepCycle.html +322 -0
- data/doc/classes/RQ/SleepCycle.src/M000123.html +32 -0
- data/doc/classes/RQ/SleepCycle.src/M000124.html +27 -0
- data/doc/classes/RQ/SleepCycle.src/M000125.html +25 -0
- data/doc/classes/RQ/Snapshotter.html +250 -0
- data/doc/classes/RQ/Snapshotter.src/M000097.html +35 -0
- data/doc/classes/RQ/StatusLister.html +289 -0
- data/doc/classes/RQ/StatusLister.src/M000096.html +26 -0
- data/doc/classes/RQ/Submitter.html +319 -0
- data/doc/classes/RQ/Submitter.src/M000119.html +92 -0
- data/doc/classes/RQ/Toucher.html +384 -0
- data/doc/classes/RQ/Updater.html +304 -0
- data/doc/classes/RQ/Updater.src/M000202.html +97 -0
- data/doc/classes/RQ/Usage.html +346 -0
- data/doc/classes/RQ/Usage.src/M000038.html +29 -0
- data/doc/classes/RQ/Usage.src/M000039.html +72 -0
- data/doc/classes/RQ/Util.html +1043 -0
- data/doc/classes/RQ/Util.src/M000040.html +27 -0
- data/doc/classes/RQ/Util.src/M000041.html +26 -0
- data/doc/classes/RQ/Util.src/M000042.html +25 -0
- data/doc/classes/RQ/Util.src/M000043.html +25 -0
- data/doc/classes/RQ/Util.src/M000044.html +30 -0
- data/doc/classes/RQ/Util.src/M000045.html +25 -0
- data/doc/classes/RQ/Util.src/M000046.html +34 -0
- data/doc/classes/RQ/Util.src/M000047.html +31 -0
- data/doc/classes/RQ/Util.src/M000048.html +41 -0
- data/doc/classes/RQ/Util.src/M000049.html +27 -0
- data/doc/classes/RQ/Util.src/M000050.html +34 -0
- data/doc/classes/RQ/Util.src/M000051.html +28 -0
- data/doc/classes/RQ/Util.src/M000052.html +27 -0
- data/doc/classes/RQ/Util.src/M000053.html +31 -0
- data/doc/classes/RQ/Util.src/M000054.html +31 -0
- data/doc/classes/RQ/Util.src/M000055.html +31 -0
- data/doc/classes/RQ/Util.src/M000056.html +25 -0
- data/doc/classes/RQ/Util.src/M000057.html +25 -0
- data/doc/classes/RQ/Util.src/M000058.html +25 -0
- data/doc/classes/RQ/Util.src/M000059.html +25 -0
- data/doc/classes/RQ/Util.src/M000060.html +25 -0
- data/doc/classes/RQ/Util.src/M000061.html +27 -0
- data/doc/classes/RQ/Util.src/M000062.html +28 -0
- data/doc/classes/RQ/Util.src/M000063.html +39 -0
- data/doc/classes/RQ/Util.src/M000064.html +39 -0
- data/doc/classes/RQ/Util.src/M000065.html +31 -0
- data/doc/classes/RQ/Util.src/M000066.html +29 -0
- data/doc/classes/SQLite.html +120 -0
- data/doc/classes/SQLite/Database.html +546 -0
- data/doc/classes/SQLite/TypeTranslator.html +221 -0
- data/doc/created.rid +1 -0
- data/doc/dot/f_0.dot +14 -0
- data/doc/dot/f_0.jpg +0 -0
- data/doc/dot/f_1.dot +14 -0
- data/doc/dot/f_1.jpg +0 -0
- data/doc/dot/f_10.dot +802 -0
- data/doc/dot/f_10.jpg +0 -0
- data/doc/dot/f_11.dot +14 -0
- data/doc/dot/f_11.jpg +0 -0
- data/doc/dot/f_12.dot +802 -0
- data/doc/dot/f_12.jpg +0 -0
- data/doc/dot/f_13.dot +802 -0
- data/doc/dot/f_13.jpg +0 -0
- data/doc/dot/f_14.dot +802 -0
- data/doc/dot/f_14.jpg +0 -0
- data/doc/dot/f_15.dot +802 -0
- data/doc/dot/f_15.jpg +0 -0
- data/doc/dot/f_16.dot +802 -0
- data/doc/dot/f_16.jpg +0 -0
- data/doc/dot/f_17.dot +802 -0
- data/doc/dot/f_17.jpg +0 -0
- data/doc/dot/f_18.dot +14 -0
- data/doc/dot/f_18.jpg +0 -0
- data/doc/dot/f_19.dot +802 -0
- data/doc/dot/f_19.jpg +0 -0
- data/doc/dot/f_2.dot +14 -0
- data/doc/dot/f_2.jpg +0 -0
- data/doc/dot/f_20.dot +802 -0
- data/doc/dot/f_20.jpg +0 -0
- data/doc/dot/f_21.dot +802 -0
- data/doc/dot/f_21.jpg +0 -0
- data/doc/dot/f_22.dot +802 -0
- data/doc/dot/f_22.jpg +0 -0
- data/doc/dot/f_23.dot +802 -0
- data/doc/dot/f_23.jpg +0 -0
- data/doc/dot/f_24.dot +802 -0
- data/doc/dot/f_24.jpg +0 -0
- data/doc/dot/f_25.dot +817 -0
- data/doc/dot/f_25.jpg +0 -0
- data/doc/dot/f_26.dot +29 -0
- data/doc/dot/f_26.jpg +0 -0
- data/doc/dot/f_27.dot +802 -0
- data/doc/dot/f_27.jpg +0 -0
- data/doc/dot/f_28.dot +802 -0
- data/doc/dot/f_28.jpg +0 -0
- data/doc/dot/f_29.dot +802 -0
- data/doc/dot/f_29.jpg +0 -0
- data/doc/dot/f_3.dot +14 -0
- data/doc/dot/f_3.jpg +0 -0
- data/doc/dot/f_30.dot +802 -0
- data/doc/dot/f_30.jpg +0 -0
- data/doc/dot/f_31.dot +802 -0
- data/doc/dot/f_31.jpg +0 -0
- data/doc/dot/f_32.dot +802 -0
- data/doc/dot/f_32.jpg +0 -0
- data/doc/dot/f_33.dot +802 -0
- data/doc/dot/f_33.jpg +0 -0
- data/doc/dot/f_34.dot +802 -0
- data/doc/dot/f_34.jpg +0 -0
- data/doc/dot/f_35.dot +802 -0
- data/doc/dot/f_35.jpg +0 -0
- data/doc/dot/f_36.dot +802 -0
- data/doc/dot/f_36.jpg +0 -0
- data/doc/dot/f_37.dot +802 -0
- data/doc/dot/f_37.jpg +0 -0
- data/doc/dot/f_38.dot +54 -0
- data/doc/dot/f_38.jpg +0 -0
- data/doc/dot/f_39.dot +802 -0
- data/doc/dot/f_39.jpg +0 -0
- data/doc/dot/f_4.dot +802 -0
- data/doc/dot/f_4.jpg +0 -0
- data/doc/dot/f_40.dot +802 -0
- data/doc/dot/f_40.jpg +0 -0
- data/doc/dot/f_41.dot +802 -0
- data/doc/dot/f_41.jpg +0 -0
- data/doc/dot/f_42.dot +802 -0
- data/doc/dot/f_42.jpg +0 -0
- data/doc/dot/f_43.dot +802 -0
- data/doc/dot/f_43.jpg +0 -0
- data/doc/dot/f_44.dot +802 -0
- data/doc/dot/f_44.jpg +0 -0
- data/doc/dot/f_5.dot +802 -0
- data/doc/dot/f_5.jpg +0 -0
- data/doc/dot/f_6.dot +802 -0
- data/doc/dot/f_6.jpg +0 -0
- data/doc/dot/f_7.dot +802 -0
- data/doc/dot/f_7.jpg +0 -0
- data/doc/dot/f_8.dot +802 -0
- data/doc/dot/f_8.jpg +0 -0
- data/doc/dot/f_9.dot +802 -0
- data/doc/dot/f_9.jpg +0 -0
- data/doc/dot/m_10_0.dot +802 -0
- data/doc/dot/m_10_0.jpg +0 -0
- data/doc/dot/m_11_0.dot +734 -0
- data/doc/dot/m_11_0.jpg +0 -0
- data/doc/dot/m_12_0.dot +802 -0
- data/doc/dot/m_12_0.jpg +0 -0
- data/doc/dot/m_13_0.dot +802 -0
- data/doc/dot/m_13_0.jpg +0 -0
- data/doc/dot/m_14_0.dot +802 -0
- data/doc/dot/m_14_0.jpg +0 -0
- data/doc/dot/m_15_0.dot +802 -0
- data/doc/dot/m_15_0.jpg +0 -0
- data/doc/dot/m_16_0.dot +802 -0
- data/doc/dot/m_16_0.jpg +0 -0
- data/doc/dot/m_17_0.dot +802 -0
- data/doc/dot/m_17_0.jpg +0 -0
- data/doc/dot/m_18_0.dot +734 -0
- data/doc/dot/m_18_0.jpg +0 -0
- data/doc/dot/m_19_0.dot +802 -0
- data/doc/dot/m_19_0.jpg +0 -0
- data/doc/dot/m_20_0.dot +802 -0
- data/doc/dot/m_20_0.jpg +0 -0
- data/doc/dot/m_21_0.dot +802 -0
- data/doc/dot/m_21_0.jpg +0 -0
- data/doc/dot/m_22_0.dot +802 -0
- data/doc/dot/m_22_0.jpg +0 -0
- data/doc/dot/m_23_0.dot +802 -0
- data/doc/dot/m_23_0.jpg +0 -0
- data/doc/dot/m_24_0.dot +802 -0
- data/doc/dot/m_24_0.jpg +0 -0
- data/doc/dot/m_25_0.dot +802 -0
- data/doc/dot/m_25_0.jpg +0 -0
- data/doc/dot/m_26_0.dot +734 -0
- data/doc/dot/m_26_0.jpg +0 -0
- data/doc/dot/m_27_0.dot +802 -0
- data/doc/dot/m_27_0.jpg +0 -0
- data/doc/dot/m_28_0.dot +802 -0
- data/doc/dot/m_28_0.jpg +0 -0
- data/doc/dot/m_29_0.dot +802 -0
- data/doc/dot/m_29_0.jpg +0 -0
- data/doc/dot/m_30_0.dot +802 -0
- data/doc/dot/m_30_0.jpg +0 -0
- data/doc/dot/m_31_0.dot +802 -0
- data/doc/dot/m_31_0.jpg +0 -0
- data/doc/dot/m_32_0.dot +802 -0
- data/doc/dot/m_32_0.jpg +0 -0
- data/doc/dot/m_33_0.dot +802 -0
- data/doc/dot/m_33_0.jpg +0 -0
- data/doc/dot/m_34_0.dot +802 -0
- data/doc/dot/m_34_0.jpg +0 -0
- data/doc/dot/m_35_0.dot +802 -0
- data/doc/dot/m_35_0.jpg +0 -0
- data/doc/dot/m_36_0.dot +802 -0
- data/doc/dot/m_36_0.jpg +0 -0
- data/doc/dot/m_37_0.dot +802 -0
- data/doc/dot/m_37_0.jpg +0 -0
- data/doc/dot/m_38_0.dot +54 -0
- data/doc/dot/m_38_0.jpg +0 -0
- data/doc/dot/m_39_0.dot +802 -0
- data/doc/dot/m_39_0.jpg +0 -0
- data/doc/dot/m_40_0.dot +802 -0
- data/doc/dot/m_40_0.jpg +0 -0
- data/doc/dot/m_41_0.dot +802 -0
- data/doc/dot/m_41_0.jpg +0 -0
- data/doc/dot/m_42_0.dot +802 -0
- data/doc/dot/m_42_0.jpg +0 -0
- data/doc/dot/m_43_0.dot +802 -0
- data/doc/dot/m_43_0.jpg +0 -0
- data/doc/dot/m_44_0.dot +802 -0
- data/doc/dot/m_44_0.jpg +0 -0
- data/doc/dot/m_4_0.dot +802 -0
- data/doc/dot/m_4_0.jpg +0 -0
- data/doc/dot/m_5_0.dot +802 -0
- data/doc/dot/m_5_0.jpg +0 -0
- data/doc/dot/m_6_0.dot +802 -0
- data/doc/dot/m_6_0.jpg +0 -0
- data/doc/dot/m_7_0.dot +802 -0
- data/doc/dot/m_7_0.jpg +0 -0
- data/doc/dot/m_8_0.dot +802 -0
- data/doc/dot/m_8_0.jpg +0 -0
- data/doc/dot/m_9_0.dot +802 -0
- data/doc/dot/m_9_0.jpg +0 -0
- data/doc/files/DEPENDS.html +107 -0
- data/doc/files/HISTORY.html +316 -0
- data/doc/files/INSTALL.html +126 -0
- data/doc/files/README.html +1223 -0
- data/doc/files/TODO.html +148 -0
- data/doc/files/TUTORIAL.html +392 -0
- data/doc/files/VERSION.html +107 -0
- data/doc/files/bin/rq_rb.html +231 -0
- data/doc/files/install_rb.html +188 -0
- data/doc/files/install_rb.src/M000001.html +53 -0
- data/doc/files/install_rb.src/M000002.html +43 -0
- data/doc/files/lib/rq-1_0_0/backer_rb.html +174 -0
- data/doc/files/lib/rq-1_0_0/configfile_rb.html +174 -0
- data/doc/files/lib/rq-1_0_0/configurator_rb.html +174 -0
- data/doc/files/lib/rq-1_0_0/creator_rb.html +174 -0
- data/doc/files/lib/rq-1_0_0/defaultconfig_txt.html +110 -0
- data/doc/files/lib/rq-1_0_0/deleter_rb.html +174 -0
- data/doc/files/lib/rq-1_0_0/executor_rb.html +174 -0
- data/doc/files/lib/rq-1_0_0/feeder_rb.html +178 -0
- data/doc/files/lib/rq-1_0_0/job_rb.html +176 -0
- data/doc/files/lib/rq-1_0_0/jobqueue_rb.html +177 -0
- data/doc/files/lib/rq-1_0_0/jobrunner_rb.html +175 -0
- data/doc/files/lib/rq-1_0_0/jobrunnerdaemon_rb.html +179 -0
- data/doc/files/lib/rq-1_0_0/lister_rb.html +174 -0
- data/doc/files/lib/rq-1_0_0/locker_rb.html +175 -0
- data/doc/files/lib/rq-1_0_0/logging_rb.html +178 -0
- data/doc/files/lib/rq-1_0_0/mainhelper_rb.html +175 -0
- data/doc/files/lib/rq-1_0_0/qdb_rb.html +177 -0
- data/doc/files/lib/rq-1_0_0/querier_rb.html +174 -0
- data/doc/files/lib/rq-1_0_0/refresher_rb.html +167 -0
- data/doc/files/lib/rq-1_0_0/relayer_rb.html +178 -0
- data/doc/files/lib/rq-1_0_0/sleepcycle_rb.html +167 -0
- data/doc/files/lib/rq-1_0_0/snapshotter_rb.html +174 -0
- data/doc/files/lib/rq-1_0_0/statuslister_rb.html +174 -0
- data/doc/files/lib/rq-1_0_0/submitter_rb.html +174 -0
- data/doc/files/lib/rq-1_0_0/updater_rb.html +174 -0
- data/doc/files/lib/rq-1_0_0/usage_rb.html +174 -0
- data/doc/files/lib/rq-1_0_0/util_rb.html +176 -0
- data/doc/files/lib/rq-2_0_0/backer_rb.html +180 -0
- data/doc/files/lib/rq-2_0_0/configfile_rb.html +180 -0
- data/doc/files/lib/rq-2_0_0/configurator_rb.html +180 -0
- data/doc/files/lib/rq-2_0_0/creator_rb.html +180 -0
- data/doc/files/lib/rq-2_0_0/defaultconfig_txt.html +110 -0
- data/doc/files/lib/rq-2_0_0/deleter_rb.html +180 -0
- data/doc/files/lib/rq-2_0_0/executor_rb.html +180 -0
- data/doc/files/lib/rq-2_0_0/feeder_rb.html +184 -0
- data/doc/files/lib/rq-2_0_0/job_rb.html +182 -0
- data/doc/files/lib/rq-2_0_0/jobqueue_rb.html +185 -0
- data/doc/files/lib/rq-2_0_0/jobrunner_rb.html +181 -0
- data/doc/files/lib/rq-2_0_0/jobrunnerdaemon_rb.html +185 -0
- data/doc/files/lib/rq-2_0_0/lister_rb.html +180 -0
- data/doc/files/lib/rq-2_0_0/locker_rb.html +181 -0
- data/doc/files/lib/rq-2_0_0/logging_rb.html +184 -0
- data/doc/files/lib/rq-2_0_0/mainhelper_rb.html +181 -0
- data/doc/files/lib/rq-2_0_0/orderedautohash_rb.html +182 -0
- data/doc/files/lib/rq-2_0_0/orderedhash_rb.html +138 -0
- data/doc/files/lib/rq-2_0_0/qdb_rb.html +184 -0
- data/doc/files/lib/rq-2_0_0/querier_rb.html +180 -0
- data/doc/files/lib/rq-2_0_0/refresher_rb.html +173 -0
- data/doc/files/lib/rq-2_0_0/relayer_rb.html +184 -0
- data/doc/files/lib/rq-2_0_0/rotater_rb.html +180 -0
- data/doc/files/lib/rq-2_0_0/sleepcycle_rb.html +173 -0
- data/doc/files/lib/rq-2_0_0/snapshotter_rb.html +180 -0
- data/doc/files/lib/rq-2_0_0/statuslister_rb.html +180 -0
- data/doc/files/lib/rq-2_0_0/submitter_rb.html +181 -0
- data/doc/files/lib/rq-2_0_0/updater_rb.html +180 -0
- data/doc/files/lib/rq-2_0_0/usage_rb.html +180 -0
- data/doc/files/lib/rq-2_0_0/util_rb.html +182 -0
- data/doc/files/lib/rq-2_3_1/backer_rb.html +182 -0
- data/doc/files/lib/rq-2_3_1/configfile_rb.html +182 -0
- data/doc/files/lib/rq-2_3_1/configurator_rb.html +182 -0
- data/doc/files/lib/rq-2_3_1/creator_rb.html +182 -0
- data/doc/files/lib/rq-2_3_1/defaultconfig_txt.html +110 -0
- data/doc/files/lib/rq-2_3_1/deleter_rb.html +182 -0
- data/doc/files/lib/rq-2_3_1/executor_rb.html +182 -0
- data/doc/files/lib/rq-2_3_1/feeder_rb.html +187 -0
- data/doc/files/lib/rq-2_3_1/job_rb.html +185 -0
- data/doc/files/lib/rq-2_3_1/jobqueue_rb.html +187 -0
- data/doc/files/lib/rq-2_3_1/jobrunner_rb.html +184 -0
- data/doc/files/lib/rq-2_3_1/jobrunnerdaemon_rb.html +187 -0
- data/doc/files/lib/rq-2_3_1/lister_rb.html +182 -0
- data/doc/files/lib/rq-2_3_1/locker_rb.html +183 -0
- data/doc/files/lib/rq-2_3_1/logging_rb.html +186 -0
- data/doc/files/lib/rq-2_3_1/mainhelper_rb.html +183 -0
- data/doc/files/lib/rq-2_3_1/orderedautohash_rb.html +184 -0
- data/doc/files/lib/rq-2_3_1/orderedhash_rb.html +138 -0
- data/doc/files/lib/rq-2_3_1/qdb_rb.html +188 -0
- data/doc/files/lib/rq-2_3_1/querier_rb.html +182 -0
- data/doc/files/lib/rq-2_3_1/refresher_rb.html +175 -0
- data/doc/files/lib/rq-2_3_1/relayer_rb.html +186 -0
- data/doc/files/lib/rq-2_3_1/resubmitter_rb.html +183 -0
- data/doc/files/lib/rq-2_3_1/rotater_rb.html +182 -0
- data/doc/files/lib/rq-2_3_1/sleepcycle_rb.html +175 -0
- data/doc/files/lib/rq-2_3_1/snapshotter_rb.html +182 -0
- data/doc/files/lib/rq-2_3_1/statuslister_rb.html +182 -0
- data/doc/files/lib/rq-2_3_1/submitter_rb.html +183 -0
- data/doc/files/lib/rq-2_3_1/updater_rb.html +182 -0
- data/doc/files/lib/rq-2_3_1/usage_rb.html +182 -0
- data/doc/files/lib/rq-2_3_1/util_rb.html +184 -0
- data/doc/files/lib/rq-2_3_1_rb.html +153 -0
- data/doc/files/lib/rq-2_3_2/backer_rb.html +186 -0
- data/doc/files/lib/rq-2_3_2/configfile_rb.html +186 -0
- data/doc/files/lib/rq-2_3_2/configurator_rb.html +186 -0
- data/doc/files/lib/rq-2_3_2/creator_rb.html +186 -0
- data/doc/files/lib/rq-2_3_2/defaultconfig_txt.html +110 -0
- data/doc/files/lib/rq-2_3_2/deleter_rb.html +186 -0
- data/doc/files/lib/rq-2_3_2/executor_rb.html +186 -0
- data/doc/files/lib/rq-2_3_2/feeder_rb.html +191 -0
- data/doc/files/lib/rq-2_3_2/ioviewer_rb.html +186 -0
- data/doc/files/lib/rq-2_3_2/job_rb.html +189 -0
- data/doc/files/lib/rq-2_3_2/jobqueue_rb.html +192 -0
- data/doc/files/lib/rq-2_3_2/jobrunner_rb.html +188 -0
- data/doc/files/lib/rq-2_3_2/jobrunnerdaemon_rb.html +191 -0
- data/doc/files/lib/rq-2_3_2/lister_rb.html +186 -0
- data/doc/files/lib/rq-2_3_2/locker_rb.html +187 -0
- data/doc/files/lib/rq-2_3_2/logging_rb.html +190 -0
- data/doc/files/lib/rq-2_3_2/mainhelper_rb.html +188 -0
- data/doc/files/lib/rq-2_3_2/orderedautohash_rb.html +188 -0
- data/doc/files/lib/rq-2_3_2/orderedhash_rb.html +138 -0
- data/doc/files/lib/rq-2_3_2/qdb_rb.html +193 -0
- data/doc/files/lib/rq-2_3_2/querier_rb.html +186 -0
- data/doc/files/lib/rq-2_3_2/recoverer_rb.html +186 -0
- data/doc/files/lib/rq-2_3_2/refresher_rb.html +179 -0
- data/doc/files/lib/rq-2_3_2/relayer_rb.html +190 -0
- data/doc/files/lib/rq-2_3_2/resubmitter_rb.html +187 -0
- data/doc/files/lib/rq-2_3_2/rotater_rb.html +186 -0
- data/doc/files/lib/rq-2_3_2/sleepcycle_rb.html +179 -0
- data/doc/files/lib/rq-2_3_2/snapshotter_rb.html +186 -0
- data/doc/files/lib/rq-2_3_2/statuslister_rb.html +186 -0
- data/doc/files/lib/rq-2_3_2/submitter_rb.html +187 -0
- data/doc/files/lib/rq-2_3_2/updater_rb.html +186 -0
- data/doc/files/lib/rq-2_3_2/usage_rb.html +186 -0
- data/doc/files/lib/rq-2_3_2/util_rb.html +188 -0
- data/doc/files/lib/rq-2_3_3/backer_rb.html +186 -0
- data/doc/files/lib/rq-2_3_3/configfile_rb.html +186 -0
- data/doc/files/lib/rq-2_3_3/configurator_rb.html +186 -0
- data/doc/files/lib/rq-2_3_3/creator_rb.html +186 -0
- data/doc/files/lib/rq-2_3_3/defaultconfig_txt.html +110 -0
- data/doc/files/lib/rq-2_3_3/deleter_rb.html +186 -0
- data/doc/files/lib/rq-2_3_3/executor_rb.html +186 -0
- data/doc/files/lib/rq-2_3_3/feeder_rb.html +191 -0
- data/doc/files/lib/rq-2_3_3/ioviewer_rb.html +186 -0
- data/doc/files/lib/rq-2_3_3/job_rb.html +189 -0
- data/doc/files/lib/rq-2_3_3/jobqueue_rb.html +192 -0
- data/doc/files/lib/rq-2_3_3/jobrunner_rb.html +188 -0
- data/doc/files/lib/rq-2_3_3/jobrunnerdaemon_rb.html +191 -0
- data/doc/files/lib/rq-2_3_3/lister_rb.html +186 -0
- data/doc/files/lib/rq-2_3_3/locker_rb.html +187 -0
- data/doc/files/lib/rq-2_3_3/logging_rb.html +190 -0
- data/doc/files/lib/rq-2_3_3/mainhelper_rb.html +188 -0
- data/doc/files/lib/rq-2_3_3/orderedautohash_rb.html +188 -0
- data/doc/files/lib/rq-2_3_3/orderedhash_rb.html +138 -0
- data/doc/files/lib/rq-2_3_3/qdb_rb.html +193 -0
- data/doc/files/lib/rq-2_3_3/querier_rb.html +186 -0
- data/doc/files/lib/rq-2_3_3/recoverer_rb.html +186 -0
- data/doc/files/lib/rq-2_3_3/refresher_rb.html +179 -0
- data/doc/files/lib/rq-2_3_3/relayer_rb.html +190 -0
- data/doc/files/lib/rq-2_3_3/resubmitter_rb.html +187 -0
- data/doc/files/lib/rq-2_3_3/rotater_rb.html +187 -0
- data/doc/files/lib/rq-2_3_3/sleepcycle_rb.html +179 -0
- data/doc/files/lib/rq-2_3_3/snapshotter_rb.html +186 -0
- data/doc/files/lib/rq-2_3_3/statuslister_rb.html +186 -0
- data/doc/files/lib/rq-2_3_3/submitter_rb.html +187 -0
- data/doc/files/lib/rq-2_3_3/updater_rb.html +186 -0
- data/doc/files/lib/rq-2_3_3/usage_rb.html +186 -0
- data/doc/files/lib/rq-2_3_3/util_rb.html +188 -0
- data/doc/files/lib/rq-3_0_0/backer_rb.html +194 -0
- data/doc/files/lib/rq-3_0_0/configfile_rb.html +194 -0
- data/doc/files/lib/rq-3_0_0/configurator_rb.html +194 -0
- data/doc/files/lib/rq-3_0_0/creator_rb.html +194 -0
- data/doc/files/lib/rq-3_0_0/cron_rb.html +194 -0
- data/doc/files/lib/rq-3_0_0/defaultconfig_txt.html +110 -0
- data/doc/files/lib/rq-3_0_0/deleter_rb.html +194 -0
- data/doc/files/lib/rq-3_0_0/executor_rb.html +194 -0
- data/doc/files/lib/rq-3_0_0/feeder_rb.html +199 -0
- data/doc/files/lib/rq-3_0_0/ioviewer_rb.html +194 -0
- data/doc/files/lib/rq-3_0_0/job_rb.html +197 -0
- data/doc/files/lib/rq-3_0_0/jobqueue_rb.html +200 -0
- data/doc/files/lib/rq-3_0_0/jobrunner_rb.html +196 -0
- data/doc/files/lib/rq-3_0_0/jobrunnerdaemon_rb.html +199 -0
- data/doc/files/lib/rq-3_0_0/lister_rb.html +194 -0
- data/doc/files/lib/rq-3_0_0/locker_rb.html +195 -0
- data/doc/files/lib/rq-3_0_0/logging_rb.html +198 -0
- data/doc/files/lib/rq-3_0_0/mainhelper_rb.html +196 -0
- data/doc/files/lib/rq-3_0_0/orderedautohash_rb.html +196 -0
- data/doc/files/lib/rq-3_0_0/orderedhash_rb.html +138 -0
- data/doc/files/lib/rq-3_0_0/qdb_rb.html +201 -0
- data/doc/files/lib/rq-3_0_0/querier_rb.html +194 -0
- data/doc/files/lib/rq-3_0_0/recoverer_rb.html +194 -0
- data/doc/files/lib/rq-3_0_0/refresher_rb.html +187 -0
- data/doc/files/lib/rq-3_0_0/relayer_rb.html +198 -0
- data/doc/files/lib/rq-3_0_0/resource_rb.html +194 -0
- data/doc/files/lib/rq-3_0_0/resourcemanager_rb.html +187 -0
- data/doc/files/lib/rq-3_0_0/resubmitter_rb.html +195 -0
- data/doc/files/lib/rq-3_0_0/rotater_rb.html +195 -0
- data/doc/files/lib/rq-3_0_0/sleepcycle_rb.html +187 -0
- data/doc/files/lib/rq-3_0_0/snapshotter_rb.html +194 -0
- data/doc/files/lib/rq-3_0_0/sqlite_rb.html +160 -0
- data/doc/files/lib/rq-3_0_0/statuslister_rb.html +194 -0
- data/doc/files/lib/rq-3_0_0/submitter_rb.html +195 -0
- data/doc/files/lib/rq-3_0_0/toucher_rb.html +195 -0
- data/doc/files/lib/rq-3_0_0/updater_rb.html +194 -0
- data/doc/files/lib/rq-3_0_0/usage_rb.html +194 -0
- data/doc/files/lib/rq-3_0_0/util_rb.html +196 -0
- data/doc/files/lib/rq_rb.html +244 -0
- data/doc/fr_class_index.html +73 -0
- data/doc/fr_file_index.html +71 -0
- data/doc/fr_method_index.html +323 -0
- data/doc/index.html +24 -0
- data/doc/rdoc-style.css +172 -0
- data/extconf.rb +150 -0
- data/gemspec.rb +32 -0
- data/install.rb +75 -8
- data/lib/{rq-0.1.7.rb → rq-3.0.0.rb} +52 -10
- data/lib/{rq-0.1.7 → rq-3.0.0}/backer.rb +11 -7
- data/lib/{rq-0.1.7 → rq-3.0.0}/configfile.rb +21 -17
- data/lib/{rq-0.1.7 → rq-3.0.0}/configurator.rb +10 -6
- data/lib/rq-3.0.0/creator.rb +46 -0
- data/lib/rq-3.0.0/cron.rb +125 -0
- data/lib/{rq-0.1.7 → rq-3.0.0}/defaultconfig.txt +0 -0
- data/lib/rq-3.0.0/deleter.rb +51 -0
- data/lib/rq-3.0.0/executor.rb +40 -0
- data/lib/{rq-0.1.7 → rq-3.0.0}/feeder.rb +245 -91
- data/lib/rq-3.0.0/i686-linux/_sqlite.so +0 -0
- data/lib/rq-3.0.0/ioviewer.rb +48 -0
- data/lib/rq-3.0.0/job.rb +51 -0
- data/lib/rq-3.0.0/jobqueue.rb +899 -0
- data/lib/rq-3.0.0/jobrunner.rb +104 -0
- data/lib/{rq-0.1.7 → rq-3.0.0}/jobrunnerdaemon.rb +41 -27
- data/lib/rq-3.0.0/lister.rb +47 -0
- data/lib/rq-3.0.0/local/bin/sqlite +0 -0
- data/lib/rq-3.0.0/local/include/sqlite.h +868 -0
- data/lib/rq-3.0.0/local/lib/libsqlite.a +0 -0
- data/lib/rq-3.0.0/local/lib/libsqlite.la +35 -0
- data/lib/rq-3.0.0/local/lib/libsqlite.so +0 -0
- data/lib/rq-3.0.0/local/lib/libsqlite.so.0 +0 -0
- data/lib/rq-3.0.0/local/lib/libsqlite.so.0.8.6 +0 -0
- data/lib/rq-3.0.0/local/lib/pkgconfig/sqlite.pc +12 -0
- data/lib/{rq-0.1.7 → rq-3.0.0}/locker.rb +12 -6
- data/lib/{rq-0.1.7 → rq-3.0.0}/logging.rb +49 -42
- data/lib/rq-3.0.0/mainhelper.rb +184 -0
- data/lib/rq-3.0.0/orderedautohash.rb +39 -0
- data/lib/rq-3.0.0/orderedhash.rb +240 -0
- data/lib/{rq-0.1.7 → rq-3.0.0}/qdb.rb +183 -84
- data/lib/rq-3.0.0/querier.rb +98 -0
- data/lib/rq-3.0.0/recoverer.rb +28 -0
- data/lib/{rq-0.1.7 → rq-3.0.0}/refresher.rb +16 -8
- data/lib/rq-3.0.0/relayer.rb +283 -0
- data/lib/rq-3.0.0/resource.rb +22 -0
- data/lib/rq-3.0.0/resourcemanager.rb +40 -0
- data/lib/rq-3.0.0/resubmitter.rb +96 -0
- data/lib/rq-3.0.0/rotater.rb +98 -0
- data/lib/{rq-0.1.7 → rq-3.0.0}/sleepcycle.rb +14 -14
- data/lib/rq-3.0.0/snapshotter.rb +40 -0
- data/lib/rq-3.0.0/sqlite.rb +293 -0
- data/lib/rq-3.0.0/statuslister.rb +48 -0
- data/lib/rq-3.0.0/submitter.rb +109 -0
- data/lib/rq-3.0.0/toucher.rb +177 -0
- data/lib/rq-3.0.0/updater.rb +95 -0
- data/lib/rq-3.0.0/usage.rb +1157 -0
- data/lib/{rq-0.1.7 → rq-3.0.0}/util.rb +74 -56
- data/lib/rq.rb +52 -12
- data/rdoc.sh +17 -0
- data/rq +3 -1
- data/white_box/joblist +8 -0
- metadata +779 -96
- data/DEPENDS +0 -5
- data/HISTORY +0 -26
- data/VERSION +0 -1
- data/bin/rq-0.1.7 +0 -410
- data/lib/rq-0.1.7/creator.rb +0 -23
- data/lib/rq-0.1.7/deleter.rb +0 -39
- data/lib/rq-0.1.7/executor.rb +0 -41
- data/lib/rq-0.1.7/job.rb +0 -51
- data/lib/rq-0.1.7/jobqueue.rb +0 -432
- data/lib/rq-0.1.7/jobrunner.rb +0 -63
- data/lib/rq-0.1.7/lister.rb +0 -22
- data/lib/rq-0.1.7/mainhelper.rb +0 -53
- data/lib/rq-0.1.7/querier.rb +0 -33
- data/lib/rq-0.1.7/snapshotter.rb +0 -25
- data/lib/rq-0.1.7/statuslister.rb +0 -22
- data/lib/rq-0.1.7/submitter.rb +0 -90
- data/lib/rq-0.1.7/updater.rb +0 -95
- data/lib/rq-0.1.7/usage.rb +0 -609
- data/rdoc.cmd +0 -2
- data/rq.gemspec +0 -36
- data/rq.help +0 -552
data/rdoc.cmd
DELETED
data/rq.gemspec
DELETED
@@ -1,36 +0,0 @@
|
|
1
|
-
require 'date'
|
2
|
-
Gem::Specification.new do |s|
|
3
|
-
s.name = %q{rq}
|
4
|
-
s.version = "0.1.7"
|
5
|
-
s.date = Date.today.to_s
|
6
|
-
s.summary = %q{rq is an __experimental__ tool used to manage nfs mounted work queues}
|
7
|
-
s.description =<<DESCRIPTION
|
8
|
-
rq is an __experimental__ tool used to manage nfs mounted work
|
9
|
-
queues. multiple instances of rq running from multiples hosts can
|
10
|
-
work from these queues to distribute processing load to 'n' nodes - bringing
|
11
|
-
many dozens of otherwise powerful cpus to their knees with a single blow.
|
12
|
-
clearly this software should be kept out of the hands of radicals, SETI
|
13
|
-
enthusiasts, and one mr. jeff safran.
|
14
|
-
|
15
|
-
rq operates in one of the modes create, submit, feed, list,
|
16
|
-
delete, query, snapshot, or help. depending on the mode of operation and
|
17
|
-
the options used the meaning of mode_args may change, sometime wildly and
|
18
|
-
unpredictably (i jest, of course).
|
19
|
-
DESCRIPTION
|
20
|
-
s.author = %q{-a}
|
21
|
-
s.email = %q{ara.t.howard@noaa.gov}
|
22
|
-
s.homepage = %q{http://www.codeforpeople.com/lib/ruby/rq/}
|
23
|
-
s.files = Dir.glob('**/*')
|
24
|
-
s.require_path = %q{lib}
|
25
|
-
s.autorequire = %q{rq}
|
26
|
-
s.has_rdoc = true
|
27
|
-
s.rdoc_options = ["--main", "README"]
|
28
|
-
s.extra_rdoc_files = ["README"]
|
29
|
-
s.executables = %w{rq}
|
30
|
-
s.bindir = %q{bin}
|
31
|
-
s.platform = Gem::Platform::RUBY
|
32
|
-
s.add_dependency('arrayfields', '>= 0.0.0')
|
33
|
-
s.add_dependency('sqlite-ruby', '>= 0.0.0')
|
34
|
-
s.add_dependency('lockfile', '>= 0.0.0')
|
35
|
-
s.add_dependency('posixlock', '>= 0.0.0')
|
36
|
-
end
|
data/rq.help
DELETED
@@ -1,552 +0,0 @@
|
|
1
|
-
NAME
|
2
|
-
rq v0.1.7
|
3
|
-
|
4
|
-
SYNOPSIS
|
5
|
-
rq (queue | export RQ_Q=q) mode [mode_args]* [options]*
|
6
|
-
|
7
|
-
|
8
|
-
DESCRIPTION
|
9
|
-
rq is an tool used to create instant linux clusters by managing nfs
|
10
|
-
mounted priority work queues. multiple instances of rq running from
|
11
|
-
multiples hosts can work from these queues to distribute processing load to n
|
12
|
-
nodes - bringing many dozens of otherwise powerful cpus to their knees with a
|
13
|
-
single blow. clearly this software should be kept out of the hands of free
|
14
|
-
radicals, seti enthusiasts, and one mr. j. safran.
|
15
|
-
|
16
|
-
the central concept of rq is that n nodes work in isolation to pull
|
17
|
-
jobs from an central nfs mounted work priority work queue in a synchronized
|
18
|
-
fashion. the nodes have absolutely no knowledge of each other and all
|
19
|
-
communication if done via the queue meaning that, so long as the queue is
|
20
|
-
available via nfs and a single node is running jobs from it, the system will
|
21
|
-
continue to process jobs. there is no centralized process whatsoever - all
|
22
|
-
nodes work to take jobs from the queue and run them as fast as possible. this
|
23
|
-
creates a system which load balances automatically and is robust in face of
|
24
|
-
node failures.
|
25
|
-
|
26
|
-
the first argument to any rq command is the name of the queue. this
|
27
|
-
name may be omitted if, and only if, the environment variable RQ_Q has been
|
28
|
-
set to contain the absolute path of target queue.
|
29
|
-
|
30
|
-
rq operates in one of the modes create, submit, list, status,
|
31
|
-
delete, update, query, execute, configure, snapshot, lock, backup, help, or
|
32
|
-
feed. depending on the mode of operation and the options used the meaning of
|
33
|
-
'mode_args' may change.
|
34
|
-
|
35
|
-
MODES
|
36
|
-
|
37
|
-
the following mode abbreviations exist
|
38
|
-
|
39
|
-
c => create
|
40
|
-
s => submit
|
41
|
-
l => list
|
42
|
-
ls => list
|
43
|
-
t => status
|
44
|
-
d => delete
|
45
|
-
rm => delete
|
46
|
-
u => update
|
47
|
-
q => query
|
48
|
-
e => execute
|
49
|
-
C => configure
|
50
|
-
S => snapshot
|
51
|
-
L => lock
|
52
|
-
b => backup
|
53
|
-
h => help
|
54
|
-
f => feed
|
55
|
-
|
56
|
-
create, c :
|
57
|
-
|
58
|
-
create a queue. the queue must be located on an nfs mounted file system
|
59
|
-
visible from all nodes intended to run jobs from it.
|
60
|
-
|
61
|
-
examples :
|
62
|
-
|
63
|
-
0) to create a queue
|
64
|
-
~ > rq /path/to/nfs/mounted/q create
|
65
|
-
or simply
|
66
|
-
~ > rq /path/to/nfs/mounted/q c
|
67
|
-
|
68
|
-
|
69
|
-
submit, s :
|
70
|
-
|
71
|
-
submit jobs to a queue to be proccesed by a feeding node. any 'mode_args'
|
72
|
-
are taken as the command to run. note that 'mode_args' are subject to shell
|
73
|
-
expansion - if you don't understand what this means do not use this feature
|
74
|
-
and pass jobs on stdin.
|
75
|
-
|
76
|
-
when running in submit mode a file may by specified as a list of commands to
|
77
|
-
run using the '--infile, -i' option. this file is taken to be a newline
|
78
|
-
separated list of commands to submit, blank lines and comments (#) are
|
79
|
-
allowed. if submitting a large number of jobs the input file method is
|
80
|
-
MUCH, more efficient. if no commands are specified on the command line rq
|
81
|
-
automatically reads them from STDIN. yaml formatted files are also allowed
|
82
|
-
as input (http://www.yaml.org/) - note that the output of nearly all rq
|
83
|
-
commands is valid yaml and may, therefore, be piped as input into the submit
|
84
|
-
command.
|
85
|
-
|
86
|
-
when submitting the '--priority, -p' option can be used here to determine
|
87
|
-
the priority of jobs. priorities may be any whole number - zero is the
|
88
|
-
default. note that submission of a high priority job will NOT supplant
|
89
|
-
currently running low priority jobs, but higher priority jobs WILL always
|
90
|
-
migrate above lower priority jobs in the queue in order that they be run as
|
91
|
-
soon as possible. constant submission of high priority jobs may create a
|
92
|
-
starvation situation whereby low priority jobs are never allowed to run.
|
93
|
-
avoiding this situation is the responsibility of the user. the only
|
94
|
-
guaruntee rq makes regarding job execution is that jobs are
|
95
|
-
executed in an 'oldest highest priority' order and that running jobs are
|
96
|
-
never supplanted.
|
97
|
-
|
98
|
-
examples :
|
99
|
-
|
100
|
-
0) submit the job ls to run on some feeding host
|
101
|
-
|
102
|
-
~ > rq q s ls
|
103
|
-
|
104
|
-
1) submit the job ls to run on some feeding host, at priority 9
|
105
|
-
|
106
|
-
~ > rq -p9 q s ls
|
107
|
-
|
108
|
-
2) submit 42000 jobs (quietly) from a command file.
|
109
|
-
|
110
|
-
~ > wc -l cmdfile
|
111
|
-
42000
|
112
|
-
~ > rq q s -q < cmdfile
|
113
|
-
|
114
|
-
3) submit 42 priority 9 jobs from a command file.
|
115
|
-
|
116
|
-
~ > wc -l cmdfile
|
117
|
-
42
|
118
|
-
~ > rq -p9 q s < cmdfile
|
119
|
-
|
120
|
-
4) submit 42 priority 9 jobs from a command file, marking them as
|
121
|
-
'important' using the '--tag, -t' option.
|
122
|
-
|
123
|
-
~ > wc -l cmdfile
|
124
|
-
42
|
125
|
-
~ > rq -p9 -timportant q s < cmdfile
|
126
|
-
|
127
|
-
5) re-submit all the 'important' jobs (see 'query' section below)
|
128
|
-
|
129
|
-
~ > rq q query tag=important | rq q s
|
130
|
-
|
131
|
-
6) re-submit all jobs which are already finished (see 'list' section
|
132
|
-
below)
|
133
|
-
|
134
|
-
~ > rq q l f | rq q s
|
135
|
-
|
136
|
-
|
137
|
-
list, l, ls :
|
138
|
-
|
139
|
-
list mode lists jobs of a certain state or job id. state may be one of
|
140
|
-
pending, running, finished, dead, or all. any 'mode_args' that are numbers
|
141
|
-
are taken to be job id's to list.
|
142
|
-
|
143
|
-
states may be abbreviated to uniqueness, therefore the following shortcuts
|
144
|
-
apply :
|
145
|
-
|
146
|
-
p => pending
|
147
|
-
r => running
|
148
|
-
f => finished
|
149
|
-
d => dead
|
150
|
-
a => all
|
151
|
-
|
152
|
-
examples :
|
153
|
-
|
154
|
-
0) show everything in q
|
155
|
-
~ > rq q list all
|
156
|
-
or
|
157
|
-
~ > rq q l all
|
158
|
-
or
|
159
|
-
~ > export RQ_Q=q
|
160
|
-
~ > rq l
|
161
|
-
|
162
|
-
1) show q's pending jobs
|
163
|
-
~ > rq q list pending
|
164
|
-
|
165
|
-
2) show q's running jobs
|
166
|
-
~ > rq q list running
|
167
|
-
|
168
|
-
3) show q's finished jobs
|
169
|
-
~ > rq q list finshed
|
170
|
-
|
171
|
-
4) show job id 42
|
172
|
-
~ > rq q l 42
|
173
|
-
|
174
|
-
|
175
|
-
status, t :
|
176
|
-
|
177
|
-
status mode shows the global state the queue. there are no 'mode_args'.
|
178
|
-
the meaning of each state is as follows:
|
179
|
-
|
180
|
-
pending => no feeder has yet taken this job
|
181
|
-
running => a feeder has taken this job
|
182
|
-
finished => a feeder has finished this job
|
183
|
-
dead => rq died while running a job, has restarted, and moved
|
184
|
-
this job to the dead state
|
185
|
-
|
186
|
-
note that rq cannot move jobs into the dead state unless it has
|
187
|
-
been restarted. this is because no node has any knowledge of other nodes
|
188
|
-
and cannot possibly know if a job was started on a node that died, or is
|
189
|
-
simply taking a very long time. only the node that dies, upon restart, can
|
190
|
-
determine that is has jobs that 'were started before it started' and move
|
191
|
-
these jobs into the dead state. normally only a machine crash would cause a
|
192
|
-
job to be placed into the dead state. dead jobs are never automatically
|
193
|
-
restarted, this is the responsibility of an operator.
|
194
|
-
|
195
|
-
examples :
|
196
|
-
|
197
|
-
0) show q's status
|
198
|
-
|
199
|
-
~ > rq q t
|
200
|
-
|
201
|
-
|
202
|
-
delete, d :
|
203
|
-
|
204
|
-
delete combinations of pending, running, finished, dead, or jobs specified
|
205
|
-
by jid. the delete mode is capable of parsing the output of list and query
|
206
|
-
modes, making it possible to create custom filters to delete jobs meeting
|
207
|
-
very specific conditions.
|
208
|
-
|
209
|
-
'mode_args' are the same as for list. note that while it is possible to
|
210
|
-
delete a running job, but there is no way to actually STOP it mid execution
|
211
|
-
since the node doing the deleteing has no way to communicate this
|
212
|
-
information to the (probably) remote execution node. therefore you should
|
213
|
-
use the 'delete running' feature with care and only for housekeeping
|
214
|
-
purposes or to prevent future jobs from being scheduled.
|
215
|
-
|
216
|
-
examples :
|
217
|
-
|
218
|
-
0) delete all pending, running, and finished jobs from a queue
|
219
|
-
|
220
|
-
~ > rq q d all
|
221
|
-
|
222
|
-
1) delete all pending jobs from a queue
|
223
|
-
|
224
|
-
~ > rq q d p
|
225
|
-
|
226
|
-
2) delete all finished jobs from a queue
|
227
|
-
|
228
|
-
~ > rq q d f
|
229
|
-
|
230
|
-
3) delete jobs via hand crafted filter program
|
231
|
-
|
232
|
-
~ > rq q list | yaml_filter_prog | rq q d
|
233
|
-
|
234
|
-
|
235
|
-
update, u :
|
236
|
-
|
237
|
-
update assumes all leading arguments are jids to update with subsequent
|
238
|
-
key=value pairs. currently only the 'command', 'priority', and 'tag' fields
|
239
|
-
of pending jobs can be updated.
|
240
|
-
|
241
|
-
examples:
|
242
|
-
|
243
|
-
0) update the priority of job 42
|
244
|
-
|
245
|
-
~ > rq q update 42 priority=7
|
246
|
-
|
247
|
-
1) update the priority of all pending jobs
|
248
|
-
|
249
|
-
~ > rq q update pending priority=7
|
250
|
-
|
251
|
-
2) query jobs with a command matching 'foobar' and update their command
|
252
|
-
to be 'barfoo'
|
253
|
-
|
254
|
-
~ > rq q q "command like '%foobar%'" |\
|
255
|
-
rq q u command=barfoo
|
256
|
-
|
257
|
-
|
258
|
-
query, q :
|
259
|
-
|
260
|
-
query exposes the database more directly the user, evaluating the where
|
261
|
-
clause specified on the command line (or from STDIN). this feature can be
|
262
|
-
used to make a fine grained slection of jobs for reporting or as input into
|
263
|
-
the delete command. you must have a basic understanding of SQL syntax to
|
264
|
-
use this feature, but it is fairly intuitive in this limited capacity.
|
265
|
-
|
266
|
-
examples:
|
267
|
-
|
268
|
-
0) show all jobs submitted within a specific 10 minute range
|
269
|
-
|
270
|
-
~ > rq q query "started >= '2004-06-29 22:51:00' and started < '2004-06-29 22:51:10'"
|
271
|
-
|
272
|
-
1) shell quoting can be tricky here so input on STDIN is also allowed to
|
273
|
-
avoid shell expansion
|
274
|
-
|
275
|
-
~ > cat constraints.txt
|
276
|
-
started >= '2004-06-29 22:51:00' and
|
277
|
-
started < '2004-06-29 22:51:10'
|
278
|
-
|
279
|
-
~ > rq q query < contraints.txt
|
280
|
-
or (same thing)
|
281
|
-
|
282
|
-
~ > cat contraints.txt| rq q query
|
283
|
-
|
284
|
-
** in general all but numbers will need to be surrounded by single quotes **
|
285
|
-
|
286
|
-
2) this query output might then be used to delete those jobs
|
287
|
-
|
288
|
-
~ > cat contraints.txt | rq q q | rq q d
|
289
|
-
|
290
|
-
3) show all jobs which are either finished or dead
|
291
|
-
|
292
|
-
~ > rq q q "state='finished' or state='dead'"
|
293
|
-
|
294
|
-
4) show all jobs which have non-zero exit status
|
295
|
-
|
296
|
-
~ > rq q query exit_status!=0
|
297
|
-
|
298
|
-
5) if you plan to query groups of jobs with some common feature consider
|
299
|
-
using the '--tag, -t' feature of the submit mode which allows a user to
|
300
|
-
tag a job with a user defined string which can then be used to easily
|
301
|
-
query that job group
|
302
|
-
|
303
|
-
~ > rq q submit --tag=my_jobs < joblist
|
304
|
-
~ > rq q query tag=my_jobs
|
305
|
-
|
306
|
-
|
307
|
-
execute, e :
|
308
|
-
|
309
|
-
execute mode is to be used by expert users with a knowledge of sql syntax
|
310
|
-
only. it follows the locking protocol used by rq and then allows
|
311
|
-
the user to execute arbitrary sql on the queue. unlike query mode a write
|
312
|
-
lock on the queue is obtained allowing a user to definitively shoot
|
313
|
-
themselves in the foot. for details on a queue's schema the file
|
314
|
-
'db.schema' in the queue directory should be examined.
|
315
|
-
|
316
|
-
examples :
|
317
|
-
|
318
|
-
0) list all jobs
|
319
|
-
|
320
|
-
~ > rq q execute 'select * from jobs'
|
321
|
-
|
322
|
-
|
323
|
-
configure, C :
|
324
|
-
|
325
|
-
this mode is not supported yet.
|
326
|
-
|
327
|
-
|
328
|
-
snapshot, p :
|
329
|
-
|
330
|
-
snapshot provides a means of taking a snapshot of the q. use this feature
|
331
|
-
when many queries are going to be run; for example when attempting to figure
|
332
|
-
out a complex pipeline command your test queries will not compete with the
|
333
|
-
feeders for the queue's lock. you should use this option whenever possible
|
334
|
-
to avoid lock competition.
|
335
|
-
|
336
|
-
examples:
|
337
|
-
|
338
|
-
0) take a snapshot using default snapshot naming, which is made via the
|
339
|
-
basename of the q plus '.snapshot'
|
340
|
-
|
341
|
-
~ > rq /path/to/nfs/q snapshot
|
342
|
-
|
343
|
-
1) use this snapshot to chceck status
|
344
|
-
|
345
|
-
~ > rq ./q.snapshot status
|
346
|
-
|
347
|
-
2) use the snapshot to see what's running on which host
|
348
|
-
|
349
|
-
~ > rq ./q.snapshot list running | grep `hostname`
|
350
|
-
|
351
|
-
note that there is also a snapshot option - this option is not the same as
|
352
|
-
the snapshot command. the option can be applied to ANY command. if in
|
353
|
-
effect then that command will be run on a snapshot of the database and the
|
354
|
-
snapshot then immediately deleted. this is really only useful if one were
|
355
|
-
to need to run a command against a very heavily loaded queue and did not
|
356
|
-
wish to wait to obtain the lock. eg.
|
357
|
-
|
358
|
-
0) get the status of a heavily loaded queue
|
359
|
-
|
360
|
-
~ > rq q t --snapshot
|
361
|
-
|
362
|
-
1) same as above
|
363
|
-
|
364
|
-
~ > rq q t -s
|
365
|
-
|
366
|
-
|
367
|
-
lock, L :
|
368
|
-
|
369
|
-
lock the queue and then execute an arbitrary shell command. lock mode uses
|
370
|
-
the queue's locking protocol to safely obtain a lock of the specified type
|
371
|
-
and execute a command on the user's behalf. lock type must be one of
|
372
|
-
|
373
|
-
(r)ead | (sh)ared | (w)rite | (ex)clusive
|
374
|
-
|
375
|
-
examples :
|
376
|
-
|
377
|
-
0) get a read lock on the queue and make a backup
|
378
|
-
|
379
|
-
~ > rq q L read -- cp -r q q.bak
|
380
|
-
|
381
|
-
(the '--' is needed to tell rq to stop parsing command line
|
382
|
-
options which allows the '-r' to be passed to the 'cp' command)
|
383
|
-
|
384
|
-
|
385
|
-
backup, b :
|
386
|
-
|
387
|
-
backup mode is exactly the same as getting a read lock on the queue and
|
388
|
-
making a copy of it. this mode is provided as a convenience.
|
389
|
-
|
390
|
-
0) make a backup of the queue using default naming ( qname + timestamp + .bak )
|
391
|
-
|
392
|
-
~ > rq q b
|
393
|
-
|
394
|
-
1) make a backup of the queue as 'q.bak'
|
395
|
-
|
396
|
-
~ > rq q b q.bak
|
397
|
-
|
398
|
-
help, h :
|
399
|
-
|
400
|
-
this message
|
401
|
-
|
402
|
-
examples :
|
403
|
-
|
404
|
-
0) get this message
|
405
|
-
|
406
|
-
~> rq q help
|
407
|
-
or
|
408
|
-
~> rq help
|
409
|
-
|
410
|
-
|
411
|
-
feed, f :
|
412
|
-
|
413
|
-
take jobs from the queue and run them on behalf of the submitter as quickly
|
414
|
-
as possible. jobs are taken from the queue in an 'oldest highest priority'
|
415
|
-
first order.
|
416
|
-
|
417
|
-
feeders can be run from any number of nodes allowing you to harness the CPU
|
418
|
-
power of many nodes simoultaneously in order to more effectively clobber
|
419
|
-
your network, anoy your sysads, and set output raids on fire.
|
420
|
-
|
421
|
-
the most useful method of feeding from a queue is to do so in daemon mode so
|
422
|
-
that if the process loses it's controling terminal it will not exit when you
|
423
|
-
exit your terminal session. use the '--daemon, -d' option to accomplish
|
424
|
-
this. by default only one feeding process per host per queue is allowed to
|
425
|
-
run at any given moment. because of this it is acceptable to start a feeder
|
426
|
-
at some regular interval from a cron entry since, if a feeder is alreay
|
427
|
-
running, the process will simply exit and otherwise a new feeder will be
|
428
|
-
started. in this way you may keep feeder processing running even acroess
|
429
|
-
machine reboots without requiring sysad intervention to add an entry to the
|
430
|
-
machine's startup tasks.
|
431
|
-
|
432
|
-
|
433
|
-
examples :
|
434
|
-
|
435
|
-
0) feed from a queue verbosely for debugging purposes, using a minimum and
|
436
|
-
maximum polling time of 2 and 4 respectively. you would NEVER specify
|
437
|
-
polling times this brief except for debugging purposes!!!
|
438
|
-
|
439
|
-
~ > rq q feed -v4 -m2 -M4
|
440
|
-
|
441
|
-
1) same as above, but viewing the executed sql as it is sent to the
|
442
|
-
database
|
443
|
-
|
444
|
-
~ > RQ_SQL_DEBUG=1 rq q f -v4 -m2 -M4
|
445
|
-
|
446
|
-
2) feed from a queue in daemon mode - logging to /home/ahoward/rq.log
|
447
|
-
|
448
|
-
~ > rq q f -d -l/home/ahoward/rq.log
|
449
|
-
|
450
|
-
log rolling in daemon mode is automatic so your logs should never need
|
451
|
-
to be deleted to prevent disk overflow.
|
452
|
-
|
453
|
-
3) use something like this sample crontab entry to keep a feeder running
|
454
|
-
forever - it attempts to (re)start every fifteen minutes but exits if
|
455
|
-
another process is already feeding.
|
456
|
-
|
457
|
-
#
|
458
|
-
# your crontab file - sample only
|
459
|
-
#
|
460
|
-
|
461
|
-
*/15 * * * * /full/path/to/bin/rq /full/path/to/nfs/mounted/q f -d -l/home/username/cfq.log -q
|
462
|
-
|
463
|
-
the '--quiet, -q' here tells rq to exit quietly (no STDERR)
|
464
|
-
when another process is found to already be feeding so that no cron
|
465
|
-
message would be sent under these conditions.
|
466
|
-
|
467
|
-
|
468
|
-
NOTES
|
469
|
-
- realize that your job is going to be running on a remote host and this has
|
470
|
-
implications. paths, for example, should be absolute, not relative.
|
471
|
-
specifically the submitted job script must be visible from all hosts
|
472
|
-
currently feeding from a queue as must be the input and output
|
473
|
-
files/directories.
|
474
|
-
|
475
|
-
- jobs are currently run under the bash shell using the --login option.
|
476
|
-
therefore any settings in your .bashrc will apply - specifically your PATH
|
477
|
-
setting. you should not, however, rely on jobs running with any given
|
478
|
-
environment.
|
479
|
-
|
480
|
-
- you need to consider __CAREFULLY__ what the ramifications of having multiple
|
481
|
-
instances of your program all potentially running at the same time will be.
|
482
|
-
for instance, it is beyond the scope of rq to ensure multiple
|
483
|
-
instances of a given program will not overwrite each others output files.
|
484
|
-
coordination of programs is left entirely to the user.
|
485
|
-
|
486
|
-
- the list of finished jobs will grow without bound unless you sometimes
|
487
|
-
delete some (all) of them. the reason for this is that rq cannot
|
488
|
-
know when the user has collected the exit_status of a given job, and so
|
489
|
-
keeps this information in the queue forever until instructed to delete it.
|
490
|
-
if you have collected the exit_status of you job(s) it is not an error to
|
491
|
-
then delete that job from the finished list - the information is kept for
|
492
|
-
your informational purposes only. in a production system it would be normal
|
493
|
-
to periodically save, and then delete, all finished jobs.
|
494
|
-
|
495
|
-
ENVIRONMENT
|
496
|
-
RQ_Q: set to the full path of nfs mounted queue
|
497
|
-
|
498
|
-
the queue argument to all commands may be omitted if, and only if, the
|
499
|
-
environment variable 'RQ_Q' contains the full path to the q. eg.
|
500
|
-
|
501
|
-
~ > export RQ_Q=/full/path/to/my/q
|
502
|
-
|
503
|
-
this feature can save a considerable amount of typing for those weak of
|
504
|
-
wrist.
|
505
|
-
|
506
|
-
DIAGNOSTICS
|
507
|
-
success : $? == 0
|
508
|
-
failure : $? != 0
|
509
|
-
|
510
|
-
AUTHOR
|
511
|
-
ara.t.howard@noaa.gov
|
512
|
-
|
513
|
-
BUGS
|
514
|
-
0 < bugno && bugno <= 42
|
515
|
-
|
516
|
-
reports to ara.t.howard@noaa.gov
|
517
|
-
|
518
|
-
OPTIONS
|
519
|
-
--priority=priority, -p
|
520
|
-
modes <submit> : set the job(s) priority - lowest(0) .. highest(n) -
|
521
|
-
(default 0)
|
522
|
-
--tag=tag, -t
|
523
|
-
modes <submit> : set the job(s) user data tag
|
524
|
-
--infile=infile, -i
|
525
|
-
modes <submit> : infile
|
526
|
-
--quiet, -q
|
527
|
-
modes <submit, feed> : do not echo submitted jobs, fail silently if
|
528
|
-
another process is already feeding
|
529
|
-
--daemon, -d
|
530
|
-
modes <feed> : spawn a daemon
|
531
|
-
--max_feed=max_feed, -f
|
532
|
-
modes <feed> : the maximum number of concurrent jobs run
|
533
|
-
--retries=retries, -r
|
534
|
-
modes <feed> : specify transaction retries
|
535
|
-
--min_sleep=min_sleep, -m
|
536
|
-
modes <feed> : specify min sleep
|
537
|
-
--max_sleep=max_sleep, -M
|
538
|
-
modes <feed> : specify max sleep
|
539
|
-
--snapshot, -s
|
540
|
-
operate on snapshot of queue
|
541
|
-
--verbosity=verbostiy, -v
|
542
|
-
0|fatal < 1|error < 2|warn < 3|info < 4|debug - (default info)
|
543
|
-
--log=path, -l
|
544
|
-
set log file - (default stderr)
|
545
|
-
--log_age=log_age
|
546
|
-
daily | weekly | monthly - what age will cause log rolling (default
|
547
|
-
nil)
|
548
|
-
--log_size=log_size
|
549
|
-
size in bytes - what size will cause log rolling (default nil)
|
550
|
-
--help, -h
|
551
|
-
this message
|
552
|
-
|