rq 0.1.7 → 3.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (723) hide show
  1. data/INSTALL +21 -0
  2. data/README +752 -190
  3. data/TODO +18 -11
  4. data/TUTORIAL +230 -0
  5. data/all/install.rb +127 -0
  6. data/all/install.sh +165 -0
  7. data/all/packages/INSTALL +5 -0
  8. data/all/packages/arrayfields-3.6.0.tgz +0 -0
  9. data/all/packages/lockfile-1.4.1.tgz +0 -0
  10. data/all/packages/posixlock-0.0.1.tgz +0 -0
  11. data/all/packages/ruby-1.8.6.tgz +0 -0
  12. data/all/packages/rubygems-0.9.2.tgz +0 -0
  13. data/all/packages/sqlite-2.8.15.tar.gz +0 -0
  14. data/all/packages/sqlite-ruby-1.3.1.tar.gz +0 -0
  15. data/bin/rq +830 -361
  16. data/bin/rq-3.0.0 +860 -0
  17. data/doc/classes/ARGV.html +134 -0
  18. data/doc/classes/ARGV.src/M000036.html +36 -0
  19. data/doc/classes/ARGV.src/M000037.html +25 -0
  20. data/doc/classes/OrderedHash.html +1043 -0
  21. data/doc/classes/OrderedHash.src/M000003.html +26 -0
  22. data/doc/classes/OrderedHash.src/M000004.html +31 -0
  23. data/doc/classes/OrderedHash.src/M000005.html +23 -0
  24. data/doc/classes/OrderedHash.src/M000006.html +23 -0
  25. data/doc/classes/OrderedHash.src/M000007.html +24 -0
  26. data/doc/classes/OrderedHash.src/M000009.html +24 -0
  27. data/doc/classes/OrderedHash.src/M000010.html +24 -0
  28. data/doc/classes/OrderedHash.src/M000011.html +24 -0
  29. data/doc/classes/OrderedHash.src/M000012.html +24 -0
  30. data/doc/classes/OrderedHash.src/M000013.html +24 -0
  31. data/doc/classes/OrderedHash.src/M000014.html +24 -0
  32. data/doc/classes/OrderedHash.src/M000016.html +26 -0
  33. data/doc/classes/OrderedHash.src/M000017.html +25 -0
  34. data/doc/classes/OrderedHash.src/M000018.html +23 -0
  35. data/doc/classes/OrderedHash.src/M000019.html +25 -0
  36. data/doc/classes/OrderedHash.src/M000020.html +23 -0
  37. data/doc/classes/OrderedHash.src/M000021.html +24 -0
  38. data/doc/classes/OrderedHash.src/M000022.html +24 -0
  39. data/doc/classes/OrderedHash.src/M000023.html +24 -0
  40. data/doc/classes/OrderedHash.src/M000024.html +29 -0
  41. data/doc/classes/OrderedHash.src/M000025.html +29 -0
  42. data/doc/classes/OrderedHash.src/M000026.html +24 -0
  43. data/doc/classes/OrderedHash.src/M000027.html +25 -0
  44. data/doc/classes/OrderedHash.src/M000028.html +23 -0
  45. data/doc/classes/OrderedHash.src/M000029.html +25 -0
  46. data/doc/classes/OrderedHash.src/M000030.html +24 -0
  47. data/doc/classes/OrderedHash.src/M000032.html +23 -0
  48. data/doc/classes/OrderedHash.src/M000033.html +25 -0
  49. data/doc/classes/OrderedHash.src/M000034.html +36 -0
  50. data/doc/classes/OrderedHash.src/M000035.html +23 -0
  51. data/doc/classes/RQ.html +647 -0
  52. data/doc/classes/RQ/Backer.html +240 -0
  53. data/doc/classes/RQ/Backer.src/M000121.html +31 -0
  54. data/doc/classes/RQ/ConfigFile.html +416 -0
  55. data/doc/classes/RQ/ConfigFile.src/M000100.html +34 -0
  56. data/doc/classes/RQ/ConfigFile.src/M000101.html +26 -0
  57. data/doc/classes/RQ/ConfigFile.src/M000102.html +33 -0
  58. data/doc/classes/RQ/ConfigFile.src/M000103.html +25 -0
  59. data/doc/classes/RQ/ConfigFile.src/M000104.html +34 -0
  60. data/doc/classes/RQ/ConfigFile.src/M000105.html +25 -0
  61. data/doc/classes/RQ/Configurator.html +249 -0
  62. data/doc/classes/RQ/Configurator.src/M000122.html +40 -0
  63. data/doc/classes/RQ/Creator.html +264 -0
  64. data/doc/classes/RQ/Creator.src/M000157.html +32 -0
  65. data/doc/classes/RQ/Cron.html +461 -0
  66. data/doc/classes/RQ/Deleter.html +259 -0
  67. data/doc/classes/RQ/Deleter.src/M000078.html +52 -0
  68. data/doc/classes/RQ/Executor.html +249 -0
  69. data/doc/classes/RQ/Executor.src/M000099.html +45 -0
  70. data/doc/classes/RQ/Feeder.html +1131 -0
  71. data/doc/classes/RQ/Feeder.src/M000079.html +67 -0
  72. data/doc/classes/RQ/Feeder.src/M000080.html +47 -0
  73. data/doc/classes/RQ/Feeder.src/M000081.html +98 -0
  74. data/doc/classes/RQ/Feeder.src/M000082.html +25 -0
  75. data/doc/classes/RQ/Feeder.src/M000083.html +30 -0
  76. data/doc/classes/RQ/Feeder.src/M000084.html +58 -0
  77. data/doc/classes/RQ/Feeder.src/M000085.html +37 -0
  78. data/doc/classes/RQ/Feeder.src/M000086.html +40 -0
  79. data/doc/classes/RQ/Feeder.src/M000087.html +37 -0
  80. data/doc/classes/RQ/Feeder.src/M000088.html +35 -0
  81. data/doc/classes/RQ/Feeder.src/M000089.html +47 -0
  82. data/doc/classes/RQ/Feeder.src/M000090.html +25 -0
  83. data/doc/classes/RQ/Feeder.src/M000091.html +78 -0
  84. data/doc/classes/RQ/Feeder.src/M000092.html +34 -0
  85. data/doc/classes/RQ/Feeder.src/M000093.html +36 -0
  86. data/doc/classes/RQ/Feeder.src/M000094.html +25 -0
  87. data/doc/classes/RQ/Feeder.src/M000095.html +27 -0
  88. data/doc/classes/RQ/IOViewer.html +256 -0
  89. data/doc/classes/RQ/Job.html +304 -0
  90. data/doc/classes/RQ/Job.src/M000168.html +26 -0
  91. data/doc/classes/RQ/Job.src/M000169.html +37 -0
  92. data/doc/classes/RQ/Job.src/M000170.html +23 -0
  93. data/doc/classes/RQ/Job/Methods.html +210 -0
  94. data/doc/classes/RQ/JobQueue.html +1780 -0
  95. data/doc/classes/RQ/JobQueue.src/M000176.html +31 -0
  96. data/doc/classes/RQ/JobQueue.src/M000177.html +34 -0
  97. data/doc/classes/RQ/JobQueue.src/M000178.html +60 -0
  98. data/doc/classes/RQ/JobQueue.src/M000179.html +63 -0
  99. data/doc/classes/RQ/JobQueue.src/M000180.html +73 -0
  100. data/doc/classes/RQ/JobQueue.src/M000181.html +217 -0
  101. data/doc/classes/RQ/JobQueue.src/M000182.html +50 -0
  102. data/doc/classes/RQ/JobQueue.src/M000183.html +83 -0
  103. data/doc/classes/RQ/JobQueue.src/M000184.html +25 -0
  104. data/doc/classes/RQ/JobQueue.src/M000185.html +83 -0
  105. data/doc/classes/RQ/JobQueue.src/M000186.html +28 -0
  106. data/doc/classes/RQ/JobQueue.src/M000187.html +26 -0
  107. data/doc/classes/RQ/JobQueue.src/M000188.html +26 -0
  108. data/doc/classes/RQ/JobQueue.src/M000189.html +32 -0
  109. data/doc/classes/RQ/JobQueue.src/M000190.html +30 -0
  110. data/doc/classes/RQ/JobQueue.src/M000191.html +37 -0
  111. data/doc/classes/RQ/JobQueue.src/M000192.html +36 -0
  112. data/doc/classes/RQ/JobQueue.src/M000193.html +25 -0
  113. data/doc/classes/RQ/JobQueue.src/M000194.html +25 -0
  114. data/doc/classes/RQ/JobQueue.src/M000195.html +25 -0
  115. data/doc/classes/RQ/JobQueue.src/M000196.html +25 -0
  116. data/doc/classes/RQ/JobQueue.src/M000197.html +25 -0
  117. data/doc/classes/RQ/JobQueue.src/M000198.html +73 -0
  118. data/doc/classes/RQ/JobQueue.src/M000199.html +25 -0
  119. data/doc/classes/RQ/JobQueue.src/M000200.html +38 -0
  120. data/doc/classes/RQ/JobQueue.src/M000201.html +28 -0
  121. data/doc/classes/RQ/JobQueue/Error.html +187 -0
  122. data/doc/classes/RQ/JobRunner.html +386 -0
  123. data/doc/classes/RQ/JobRunner.src/M000117.html +53 -0
  124. data/doc/classes/RQ/JobRunner.src/M000118.html +26 -0
  125. data/doc/classes/RQ/JobRunnerDaemon.html +590 -0
  126. data/doc/classes/RQ/JobRunnerDaemon.src/M000159.html +94 -0
  127. data/doc/classes/RQ/JobRunnerDaemon.src/M000160.html +27 -0
  128. data/doc/classes/RQ/JobRunnerDaemon.src/M000161.html +39 -0
  129. data/doc/classes/RQ/JobRunnerDaemon.src/M000162.html +27 -0
  130. data/doc/classes/RQ/JobRunnerDaemon.src/M000163.html +27 -0
  131. data/doc/classes/RQ/JobRunnerDaemon.src/M000164.html +28 -0
  132. data/doc/classes/RQ/JobRunnerDaemon.src/M000165.html +28 -0
  133. data/doc/classes/RQ/JobRunnerDaemon.src/M000166.html +37 -0
  134. data/doc/classes/RQ/JobRunnerDaemon.src/M000167.html +25 -0
  135. data/doc/classes/RQ/Lister.html +256 -0
  136. data/doc/classes/RQ/Lister.src/M000156.html +52 -0
  137. data/doc/classes/RQ/Locker.html +250 -0
  138. data/doc/classes/RQ/Locker.src/M000120.html +40 -0
  139. data/doc/classes/RQ/Logging.html +296 -0
  140. data/doc/classes/RQ/Logging.src/M000067.html +28 -0
  141. data/doc/classes/RQ/Logging/LogClassMethods.html +254 -0
  142. data/doc/classes/RQ/Logging/LogClassMethods.src/M000068.html +32 -0
  143. data/doc/classes/RQ/Logging/LogClassMethods.src/M000069.html +28 -0
  144. data/doc/classes/RQ/Logging/LogMethods.html +404 -0
  145. data/doc/classes/RQ/Logging/LogMethods.src/M000070.html +35 -0
  146. data/doc/classes/RQ/Logging/LogMethods.src/M000071.html +28 -0
  147. data/doc/classes/RQ/Logging/LogMethods.src/M000072.html +21 -0
  148. data/doc/classes/RQ/Logging/LogMethods.src/M000073.html +21 -0
  149. data/doc/classes/RQ/Logging/LogMethods.src/M000074.html +21 -0
  150. data/doc/classes/RQ/Logging/LogMethods.src/M000075.html +21 -0
  151. data/doc/classes/RQ/Logging/LogMethods.src/M000076.html +21 -0
  152. data/doc/classes/RQ/Logging/LogMethods.src/M000077.html +29 -0
  153. data/doc/classes/RQ/Logging/LoggerExt.html +194 -0
  154. data/doc/classes/RQ/Main.html +2110 -0
  155. data/doc/classes/RQ/MainHelper.html +607 -0
  156. data/doc/classes/RQ/MainHelper.src/M000171.html +33 -0
  157. data/doc/classes/RQ/MainHelper.src/M000172.html +32 -0
  158. data/doc/classes/RQ/MainHelper.src/M000173.html +44 -0
  159. data/doc/classes/RQ/OrderedAutoHash.html +258 -0
  160. data/doc/classes/RQ/OrderedAutoHash.src/M000205.html +25 -0
  161. data/doc/classes/RQ/OrderedAutoHash.src/M000206.html +25 -0
  162. data/doc/classes/RQ/QDB.html +1653 -0
  163. data/doc/classes/RQ/QDB.src/M000126.html +25 -0
  164. data/doc/classes/RQ/QDB.src/M000127.html +37 -0
  165. data/doc/classes/RQ/QDB.src/M000128.html +27 -0
  166. data/doc/classes/RQ/QDB.src/M000129.html +27 -0
  167. data/doc/classes/RQ/QDB.src/M000130.html +27 -0
  168. data/doc/classes/RQ/QDB.src/M000131.html +31 -0
  169. data/doc/classes/RQ/QDB.src/M000132.html +32 -0
  170. data/doc/classes/RQ/QDB.src/M000133.html +30 -0
  171. data/doc/classes/RQ/QDB.src/M000134.html +91 -0
  172. data/doc/classes/RQ/QDB.src/M000135.html +26 -0
  173. data/doc/classes/RQ/QDB.src/M000136.html +46 -0
  174. data/doc/classes/RQ/QDB.src/M000137.html +26 -0
  175. data/doc/classes/RQ/QDB.src/M000138.html +51 -0
  176. data/doc/classes/RQ/QDB.src/M000139.html +61 -0
  177. data/doc/classes/RQ/QDB.src/M000140.html +57 -0
  178. data/doc/classes/RQ/QDB.src/M000141.html +25 -0
  179. data/doc/classes/RQ/QDB.src/M000142.html +25 -0
  180. data/doc/classes/RQ/QDB.src/M000143.html +37 -0
  181. data/doc/classes/RQ/QDB.src/M000144.html +107 -0
  182. data/doc/classes/RQ/QDB.src/M000145.html +40 -0
  183. data/doc/classes/RQ/QDB.src/M000146.html +34 -0
  184. data/doc/classes/RQ/QDB.src/M000147.html +33 -0
  185. data/doc/classes/RQ/QDB.src/M000148.html +32 -0
  186. data/doc/classes/RQ/QDB.src/M000149.html +98 -0
  187. data/doc/classes/RQ/QDB.src/M000150.html +26 -0
  188. data/doc/classes/RQ/QDB.src/M000151.html +31 -0
  189. data/doc/classes/RQ/QDB.src/M000154.html +26 -0
  190. data/doc/classes/RQ/QDB/AbortedTransactionError.html +187 -0
  191. data/doc/classes/RQ/QDB/RollbackTransactionError.html +187 -0
  192. data/doc/classes/RQ/Querier.html +328 -0
  193. data/doc/classes/RQ/Querier.src/M000203.html +45 -0
  194. data/doc/classes/RQ/Querier.src/M000204.html +78 -0
  195. data/doc/classes/RQ/ReSubmitter.html +307 -0
  196. data/doc/classes/RQ/ReSubmitter.src/M000098.html +111 -0
  197. data/doc/classes/RQ/Recoverer.html +247 -0
  198. data/doc/classes/RQ/Refresher.html +346 -0
  199. data/doc/classes/RQ/Refresher.src/M000174.html +51 -0
  200. data/doc/classes/RQ/Refresher.src/M000175.html +44 -0
  201. data/doc/classes/RQ/Relayer.html +723 -0
  202. data/doc/classes/RQ/Relayer.src/M000106.html +91 -0
  203. data/doc/classes/RQ/Relayer.src/M000107.html +47 -0
  204. data/doc/classes/RQ/Relayer.src/M000108.html +46 -0
  205. data/doc/classes/RQ/Relayer.src/M000109.html +26 -0
  206. data/doc/classes/RQ/Relayer.src/M000110.html +46 -0
  207. data/doc/classes/RQ/Relayer.src/M000111.html +40 -0
  208. data/doc/classes/RQ/Relayer.src/M000112.html +37 -0
  209. data/doc/classes/RQ/Relayer.src/M000113.html +40 -0
  210. data/doc/classes/RQ/Relayer.src/M000114.html +27 -0
  211. data/doc/classes/RQ/Relayer.src/M000115.html +25 -0
  212. data/doc/classes/RQ/Relayer.src/M000116.html +38 -0
  213. data/doc/classes/RQ/Resource.html +187 -0
  214. data/doc/classes/RQ/ResourceManager.html +276 -0
  215. data/doc/classes/RQ/Rotater.html +324 -0
  216. data/doc/classes/RQ/Rotater.src/M000158.html +71 -0
  217. data/doc/classes/RQ/SleepCycle.html +322 -0
  218. data/doc/classes/RQ/SleepCycle.src/M000123.html +32 -0
  219. data/doc/classes/RQ/SleepCycle.src/M000124.html +27 -0
  220. data/doc/classes/RQ/SleepCycle.src/M000125.html +25 -0
  221. data/doc/classes/RQ/Snapshotter.html +250 -0
  222. data/doc/classes/RQ/Snapshotter.src/M000097.html +35 -0
  223. data/doc/classes/RQ/StatusLister.html +289 -0
  224. data/doc/classes/RQ/StatusLister.src/M000096.html +26 -0
  225. data/doc/classes/RQ/Submitter.html +319 -0
  226. data/doc/classes/RQ/Submitter.src/M000119.html +92 -0
  227. data/doc/classes/RQ/Toucher.html +384 -0
  228. data/doc/classes/RQ/Updater.html +304 -0
  229. data/doc/classes/RQ/Updater.src/M000202.html +97 -0
  230. data/doc/classes/RQ/Usage.html +346 -0
  231. data/doc/classes/RQ/Usage.src/M000038.html +29 -0
  232. data/doc/classes/RQ/Usage.src/M000039.html +72 -0
  233. data/doc/classes/RQ/Util.html +1043 -0
  234. data/doc/classes/RQ/Util.src/M000040.html +27 -0
  235. data/doc/classes/RQ/Util.src/M000041.html +26 -0
  236. data/doc/classes/RQ/Util.src/M000042.html +25 -0
  237. data/doc/classes/RQ/Util.src/M000043.html +25 -0
  238. data/doc/classes/RQ/Util.src/M000044.html +30 -0
  239. data/doc/classes/RQ/Util.src/M000045.html +25 -0
  240. data/doc/classes/RQ/Util.src/M000046.html +34 -0
  241. data/doc/classes/RQ/Util.src/M000047.html +31 -0
  242. data/doc/classes/RQ/Util.src/M000048.html +41 -0
  243. data/doc/classes/RQ/Util.src/M000049.html +27 -0
  244. data/doc/classes/RQ/Util.src/M000050.html +34 -0
  245. data/doc/classes/RQ/Util.src/M000051.html +28 -0
  246. data/doc/classes/RQ/Util.src/M000052.html +27 -0
  247. data/doc/classes/RQ/Util.src/M000053.html +31 -0
  248. data/doc/classes/RQ/Util.src/M000054.html +31 -0
  249. data/doc/classes/RQ/Util.src/M000055.html +31 -0
  250. data/doc/classes/RQ/Util.src/M000056.html +25 -0
  251. data/doc/classes/RQ/Util.src/M000057.html +25 -0
  252. data/doc/classes/RQ/Util.src/M000058.html +25 -0
  253. data/doc/classes/RQ/Util.src/M000059.html +25 -0
  254. data/doc/classes/RQ/Util.src/M000060.html +25 -0
  255. data/doc/classes/RQ/Util.src/M000061.html +27 -0
  256. data/doc/classes/RQ/Util.src/M000062.html +28 -0
  257. data/doc/classes/RQ/Util.src/M000063.html +39 -0
  258. data/doc/classes/RQ/Util.src/M000064.html +39 -0
  259. data/doc/classes/RQ/Util.src/M000065.html +31 -0
  260. data/doc/classes/RQ/Util.src/M000066.html +29 -0
  261. data/doc/classes/SQLite.html +120 -0
  262. data/doc/classes/SQLite/Database.html +546 -0
  263. data/doc/classes/SQLite/TypeTranslator.html +221 -0
  264. data/doc/created.rid +1 -0
  265. data/doc/dot/f_0.dot +14 -0
  266. data/doc/dot/f_0.jpg +0 -0
  267. data/doc/dot/f_1.dot +14 -0
  268. data/doc/dot/f_1.jpg +0 -0
  269. data/doc/dot/f_10.dot +802 -0
  270. data/doc/dot/f_10.jpg +0 -0
  271. data/doc/dot/f_11.dot +14 -0
  272. data/doc/dot/f_11.jpg +0 -0
  273. data/doc/dot/f_12.dot +802 -0
  274. data/doc/dot/f_12.jpg +0 -0
  275. data/doc/dot/f_13.dot +802 -0
  276. data/doc/dot/f_13.jpg +0 -0
  277. data/doc/dot/f_14.dot +802 -0
  278. data/doc/dot/f_14.jpg +0 -0
  279. data/doc/dot/f_15.dot +802 -0
  280. data/doc/dot/f_15.jpg +0 -0
  281. data/doc/dot/f_16.dot +802 -0
  282. data/doc/dot/f_16.jpg +0 -0
  283. data/doc/dot/f_17.dot +802 -0
  284. data/doc/dot/f_17.jpg +0 -0
  285. data/doc/dot/f_18.dot +14 -0
  286. data/doc/dot/f_18.jpg +0 -0
  287. data/doc/dot/f_19.dot +802 -0
  288. data/doc/dot/f_19.jpg +0 -0
  289. data/doc/dot/f_2.dot +14 -0
  290. data/doc/dot/f_2.jpg +0 -0
  291. data/doc/dot/f_20.dot +802 -0
  292. data/doc/dot/f_20.jpg +0 -0
  293. data/doc/dot/f_21.dot +802 -0
  294. data/doc/dot/f_21.jpg +0 -0
  295. data/doc/dot/f_22.dot +802 -0
  296. data/doc/dot/f_22.jpg +0 -0
  297. data/doc/dot/f_23.dot +802 -0
  298. data/doc/dot/f_23.jpg +0 -0
  299. data/doc/dot/f_24.dot +802 -0
  300. data/doc/dot/f_24.jpg +0 -0
  301. data/doc/dot/f_25.dot +817 -0
  302. data/doc/dot/f_25.jpg +0 -0
  303. data/doc/dot/f_26.dot +29 -0
  304. data/doc/dot/f_26.jpg +0 -0
  305. data/doc/dot/f_27.dot +802 -0
  306. data/doc/dot/f_27.jpg +0 -0
  307. data/doc/dot/f_28.dot +802 -0
  308. data/doc/dot/f_28.jpg +0 -0
  309. data/doc/dot/f_29.dot +802 -0
  310. data/doc/dot/f_29.jpg +0 -0
  311. data/doc/dot/f_3.dot +14 -0
  312. data/doc/dot/f_3.jpg +0 -0
  313. data/doc/dot/f_30.dot +802 -0
  314. data/doc/dot/f_30.jpg +0 -0
  315. data/doc/dot/f_31.dot +802 -0
  316. data/doc/dot/f_31.jpg +0 -0
  317. data/doc/dot/f_32.dot +802 -0
  318. data/doc/dot/f_32.jpg +0 -0
  319. data/doc/dot/f_33.dot +802 -0
  320. data/doc/dot/f_33.jpg +0 -0
  321. data/doc/dot/f_34.dot +802 -0
  322. data/doc/dot/f_34.jpg +0 -0
  323. data/doc/dot/f_35.dot +802 -0
  324. data/doc/dot/f_35.jpg +0 -0
  325. data/doc/dot/f_36.dot +802 -0
  326. data/doc/dot/f_36.jpg +0 -0
  327. data/doc/dot/f_37.dot +802 -0
  328. data/doc/dot/f_37.jpg +0 -0
  329. data/doc/dot/f_38.dot +54 -0
  330. data/doc/dot/f_38.jpg +0 -0
  331. data/doc/dot/f_39.dot +802 -0
  332. data/doc/dot/f_39.jpg +0 -0
  333. data/doc/dot/f_4.dot +802 -0
  334. data/doc/dot/f_4.jpg +0 -0
  335. data/doc/dot/f_40.dot +802 -0
  336. data/doc/dot/f_40.jpg +0 -0
  337. data/doc/dot/f_41.dot +802 -0
  338. data/doc/dot/f_41.jpg +0 -0
  339. data/doc/dot/f_42.dot +802 -0
  340. data/doc/dot/f_42.jpg +0 -0
  341. data/doc/dot/f_43.dot +802 -0
  342. data/doc/dot/f_43.jpg +0 -0
  343. data/doc/dot/f_44.dot +802 -0
  344. data/doc/dot/f_44.jpg +0 -0
  345. data/doc/dot/f_5.dot +802 -0
  346. data/doc/dot/f_5.jpg +0 -0
  347. data/doc/dot/f_6.dot +802 -0
  348. data/doc/dot/f_6.jpg +0 -0
  349. data/doc/dot/f_7.dot +802 -0
  350. data/doc/dot/f_7.jpg +0 -0
  351. data/doc/dot/f_8.dot +802 -0
  352. data/doc/dot/f_8.jpg +0 -0
  353. data/doc/dot/f_9.dot +802 -0
  354. data/doc/dot/f_9.jpg +0 -0
  355. data/doc/dot/m_10_0.dot +802 -0
  356. data/doc/dot/m_10_0.jpg +0 -0
  357. data/doc/dot/m_11_0.dot +734 -0
  358. data/doc/dot/m_11_0.jpg +0 -0
  359. data/doc/dot/m_12_0.dot +802 -0
  360. data/doc/dot/m_12_0.jpg +0 -0
  361. data/doc/dot/m_13_0.dot +802 -0
  362. data/doc/dot/m_13_0.jpg +0 -0
  363. data/doc/dot/m_14_0.dot +802 -0
  364. data/doc/dot/m_14_0.jpg +0 -0
  365. data/doc/dot/m_15_0.dot +802 -0
  366. data/doc/dot/m_15_0.jpg +0 -0
  367. data/doc/dot/m_16_0.dot +802 -0
  368. data/doc/dot/m_16_0.jpg +0 -0
  369. data/doc/dot/m_17_0.dot +802 -0
  370. data/doc/dot/m_17_0.jpg +0 -0
  371. data/doc/dot/m_18_0.dot +734 -0
  372. data/doc/dot/m_18_0.jpg +0 -0
  373. data/doc/dot/m_19_0.dot +802 -0
  374. data/doc/dot/m_19_0.jpg +0 -0
  375. data/doc/dot/m_20_0.dot +802 -0
  376. data/doc/dot/m_20_0.jpg +0 -0
  377. data/doc/dot/m_21_0.dot +802 -0
  378. data/doc/dot/m_21_0.jpg +0 -0
  379. data/doc/dot/m_22_0.dot +802 -0
  380. data/doc/dot/m_22_0.jpg +0 -0
  381. data/doc/dot/m_23_0.dot +802 -0
  382. data/doc/dot/m_23_0.jpg +0 -0
  383. data/doc/dot/m_24_0.dot +802 -0
  384. data/doc/dot/m_24_0.jpg +0 -0
  385. data/doc/dot/m_25_0.dot +802 -0
  386. data/doc/dot/m_25_0.jpg +0 -0
  387. data/doc/dot/m_26_0.dot +734 -0
  388. data/doc/dot/m_26_0.jpg +0 -0
  389. data/doc/dot/m_27_0.dot +802 -0
  390. data/doc/dot/m_27_0.jpg +0 -0
  391. data/doc/dot/m_28_0.dot +802 -0
  392. data/doc/dot/m_28_0.jpg +0 -0
  393. data/doc/dot/m_29_0.dot +802 -0
  394. data/doc/dot/m_29_0.jpg +0 -0
  395. data/doc/dot/m_30_0.dot +802 -0
  396. data/doc/dot/m_30_0.jpg +0 -0
  397. data/doc/dot/m_31_0.dot +802 -0
  398. data/doc/dot/m_31_0.jpg +0 -0
  399. data/doc/dot/m_32_0.dot +802 -0
  400. data/doc/dot/m_32_0.jpg +0 -0
  401. data/doc/dot/m_33_0.dot +802 -0
  402. data/doc/dot/m_33_0.jpg +0 -0
  403. data/doc/dot/m_34_0.dot +802 -0
  404. data/doc/dot/m_34_0.jpg +0 -0
  405. data/doc/dot/m_35_0.dot +802 -0
  406. data/doc/dot/m_35_0.jpg +0 -0
  407. data/doc/dot/m_36_0.dot +802 -0
  408. data/doc/dot/m_36_0.jpg +0 -0
  409. data/doc/dot/m_37_0.dot +802 -0
  410. data/doc/dot/m_37_0.jpg +0 -0
  411. data/doc/dot/m_38_0.dot +54 -0
  412. data/doc/dot/m_38_0.jpg +0 -0
  413. data/doc/dot/m_39_0.dot +802 -0
  414. data/doc/dot/m_39_0.jpg +0 -0
  415. data/doc/dot/m_40_0.dot +802 -0
  416. data/doc/dot/m_40_0.jpg +0 -0
  417. data/doc/dot/m_41_0.dot +802 -0
  418. data/doc/dot/m_41_0.jpg +0 -0
  419. data/doc/dot/m_42_0.dot +802 -0
  420. data/doc/dot/m_42_0.jpg +0 -0
  421. data/doc/dot/m_43_0.dot +802 -0
  422. data/doc/dot/m_43_0.jpg +0 -0
  423. data/doc/dot/m_44_0.dot +802 -0
  424. data/doc/dot/m_44_0.jpg +0 -0
  425. data/doc/dot/m_4_0.dot +802 -0
  426. data/doc/dot/m_4_0.jpg +0 -0
  427. data/doc/dot/m_5_0.dot +802 -0
  428. data/doc/dot/m_5_0.jpg +0 -0
  429. data/doc/dot/m_6_0.dot +802 -0
  430. data/doc/dot/m_6_0.jpg +0 -0
  431. data/doc/dot/m_7_0.dot +802 -0
  432. data/doc/dot/m_7_0.jpg +0 -0
  433. data/doc/dot/m_8_0.dot +802 -0
  434. data/doc/dot/m_8_0.jpg +0 -0
  435. data/doc/dot/m_9_0.dot +802 -0
  436. data/doc/dot/m_9_0.jpg +0 -0
  437. data/doc/files/DEPENDS.html +107 -0
  438. data/doc/files/HISTORY.html +316 -0
  439. data/doc/files/INSTALL.html +126 -0
  440. data/doc/files/README.html +1223 -0
  441. data/doc/files/TODO.html +148 -0
  442. data/doc/files/TUTORIAL.html +392 -0
  443. data/doc/files/VERSION.html +107 -0
  444. data/doc/files/bin/rq_rb.html +231 -0
  445. data/doc/files/install_rb.html +188 -0
  446. data/doc/files/install_rb.src/M000001.html +53 -0
  447. data/doc/files/install_rb.src/M000002.html +43 -0
  448. data/doc/files/lib/rq-1_0_0/backer_rb.html +174 -0
  449. data/doc/files/lib/rq-1_0_0/configfile_rb.html +174 -0
  450. data/doc/files/lib/rq-1_0_0/configurator_rb.html +174 -0
  451. data/doc/files/lib/rq-1_0_0/creator_rb.html +174 -0
  452. data/doc/files/lib/rq-1_0_0/defaultconfig_txt.html +110 -0
  453. data/doc/files/lib/rq-1_0_0/deleter_rb.html +174 -0
  454. data/doc/files/lib/rq-1_0_0/executor_rb.html +174 -0
  455. data/doc/files/lib/rq-1_0_0/feeder_rb.html +178 -0
  456. data/doc/files/lib/rq-1_0_0/job_rb.html +176 -0
  457. data/doc/files/lib/rq-1_0_0/jobqueue_rb.html +177 -0
  458. data/doc/files/lib/rq-1_0_0/jobrunner_rb.html +175 -0
  459. data/doc/files/lib/rq-1_0_0/jobrunnerdaemon_rb.html +179 -0
  460. data/doc/files/lib/rq-1_0_0/lister_rb.html +174 -0
  461. data/doc/files/lib/rq-1_0_0/locker_rb.html +175 -0
  462. data/doc/files/lib/rq-1_0_0/logging_rb.html +178 -0
  463. data/doc/files/lib/rq-1_0_0/mainhelper_rb.html +175 -0
  464. data/doc/files/lib/rq-1_0_0/qdb_rb.html +177 -0
  465. data/doc/files/lib/rq-1_0_0/querier_rb.html +174 -0
  466. data/doc/files/lib/rq-1_0_0/refresher_rb.html +167 -0
  467. data/doc/files/lib/rq-1_0_0/relayer_rb.html +178 -0
  468. data/doc/files/lib/rq-1_0_0/sleepcycle_rb.html +167 -0
  469. data/doc/files/lib/rq-1_0_0/snapshotter_rb.html +174 -0
  470. data/doc/files/lib/rq-1_0_0/statuslister_rb.html +174 -0
  471. data/doc/files/lib/rq-1_0_0/submitter_rb.html +174 -0
  472. data/doc/files/lib/rq-1_0_0/updater_rb.html +174 -0
  473. data/doc/files/lib/rq-1_0_0/usage_rb.html +174 -0
  474. data/doc/files/lib/rq-1_0_0/util_rb.html +176 -0
  475. data/doc/files/lib/rq-2_0_0/backer_rb.html +180 -0
  476. data/doc/files/lib/rq-2_0_0/configfile_rb.html +180 -0
  477. data/doc/files/lib/rq-2_0_0/configurator_rb.html +180 -0
  478. data/doc/files/lib/rq-2_0_0/creator_rb.html +180 -0
  479. data/doc/files/lib/rq-2_0_0/defaultconfig_txt.html +110 -0
  480. data/doc/files/lib/rq-2_0_0/deleter_rb.html +180 -0
  481. data/doc/files/lib/rq-2_0_0/executor_rb.html +180 -0
  482. data/doc/files/lib/rq-2_0_0/feeder_rb.html +184 -0
  483. data/doc/files/lib/rq-2_0_0/job_rb.html +182 -0
  484. data/doc/files/lib/rq-2_0_0/jobqueue_rb.html +185 -0
  485. data/doc/files/lib/rq-2_0_0/jobrunner_rb.html +181 -0
  486. data/doc/files/lib/rq-2_0_0/jobrunnerdaemon_rb.html +185 -0
  487. data/doc/files/lib/rq-2_0_0/lister_rb.html +180 -0
  488. data/doc/files/lib/rq-2_0_0/locker_rb.html +181 -0
  489. data/doc/files/lib/rq-2_0_0/logging_rb.html +184 -0
  490. data/doc/files/lib/rq-2_0_0/mainhelper_rb.html +181 -0
  491. data/doc/files/lib/rq-2_0_0/orderedautohash_rb.html +182 -0
  492. data/doc/files/lib/rq-2_0_0/orderedhash_rb.html +138 -0
  493. data/doc/files/lib/rq-2_0_0/qdb_rb.html +184 -0
  494. data/doc/files/lib/rq-2_0_0/querier_rb.html +180 -0
  495. data/doc/files/lib/rq-2_0_0/refresher_rb.html +173 -0
  496. data/doc/files/lib/rq-2_0_0/relayer_rb.html +184 -0
  497. data/doc/files/lib/rq-2_0_0/rotater_rb.html +180 -0
  498. data/doc/files/lib/rq-2_0_0/sleepcycle_rb.html +173 -0
  499. data/doc/files/lib/rq-2_0_0/snapshotter_rb.html +180 -0
  500. data/doc/files/lib/rq-2_0_0/statuslister_rb.html +180 -0
  501. data/doc/files/lib/rq-2_0_0/submitter_rb.html +181 -0
  502. data/doc/files/lib/rq-2_0_0/updater_rb.html +180 -0
  503. data/doc/files/lib/rq-2_0_0/usage_rb.html +180 -0
  504. data/doc/files/lib/rq-2_0_0/util_rb.html +182 -0
  505. data/doc/files/lib/rq-2_3_1/backer_rb.html +182 -0
  506. data/doc/files/lib/rq-2_3_1/configfile_rb.html +182 -0
  507. data/doc/files/lib/rq-2_3_1/configurator_rb.html +182 -0
  508. data/doc/files/lib/rq-2_3_1/creator_rb.html +182 -0
  509. data/doc/files/lib/rq-2_3_1/defaultconfig_txt.html +110 -0
  510. data/doc/files/lib/rq-2_3_1/deleter_rb.html +182 -0
  511. data/doc/files/lib/rq-2_3_1/executor_rb.html +182 -0
  512. data/doc/files/lib/rq-2_3_1/feeder_rb.html +187 -0
  513. data/doc/files/lib/rq-2_3_1/job_rb.html +185 -0
  514. data/doc/files/lib/rq-2_3_1/jobqueue_rb.html +187 -0
  515. data/doc/files/lib/rq-2_3_1/jobrunner_rb.html +184 -0
  516. data/doc/files/lib/rq-2_3_1/jobrunnerdaemon_rb.html +187 -0
  517. data/doc/files/lib/rq-2_3_1/lister_rb.html +182 -0
  518. data/doc/files/lib/rq-2_3_1/locker_rb.html +183 -0
  519. data/doc/files/lib/rq-2_3_1/logging_rb.html +186 -0
  520. data/doc/files/lib/rq-2_3_1/mainhelper_rb.html +183 -0
  521. data/doc/files/lib/rq-2_3_1/orderedautohash_rb.html +184 -0
  522. data/doc/files/lib/rq-2_3_1/orderedhash_rb.html +138 -0
  523. data/doc/files/lib/rq-2_3_1/qdb_rb.html +188 -0
  524. data/doc/files/lib/rq-2_3_1/querier_rb.html +182 -0
  525. data/doc/files/lib/rq-2_3_1/refresher_rb.html +175 -0
  526. data/doc/files/lib/rq-2_3_1/relayer_rb.html +186 -0
  527. data/doc/files/lib/rq-2_3_1/resubmitter_rb.html +183 -0
  528. data/doc/files/lib/rq-2_3_1/rotater_rb.html +182 -0
  529. data/doc/files/lib/rq-2_3_1/sleepcycle_rb.html +175 -0
  530. data/doc/files/lib/rq-2_3_1/snapshotter_rb.html +182 -0
  531. data/doc/files/lib/rq-2_3_1/statuslister_rb.html +182 -0
  532. data/doc/files/lib/rq-2_3_1/submitter_rb.html +183 -0
  533. data/doc/files/lib/rq-2_3_1/updater_rb.html +182 -0
  534. data/doc/files/lib/rq-2_3_1/usage_rb.html +182 -0
  535. data/doc/files/lib/rq-2_3_1/util_rb.html +184 -0
  536. data/doc/files/lib/rq-2_3_1_rb.html +153 -0
  537. data/doc/files/lib/rq-2_3_2/backer_rb.html +186 -0
  538. data/doc/files/lib/rq-2_3_2/configfile_rb.html +186 -0
  539. data/doc/files/lib/rq-2_3_2/configurator_rb.html +186 -0
  540. data/doc/files/lib/rq-2_3_2/creator_rb.html +186 -0
  541. data/doc/files/lib/rq-2_3_2/defaultconfig_txt.html +110 -0
  542. data/doc/files/lib/rq-2_3_2/deleter_rb.html +186 -0
  543. data/doc/files/lib/rq-2_3_2/executor_rb.html +186 -0
  544. data/doc/files/lib/rq-2_3_2/feeder_rb.html +191 -0
  545. data/doc/files/lib/rq-2_3_2/ioviewer_rb.html +186 -0
  546. data/doc/files/lib/rq-2_3_2/job_rb.html +189 -0
  547. data/doc/files/lib/rq-2_3_2/jobqueue_rb.html +192 -0
  548. data/doc/files/lib/rq-2_3_2/jobrunner_rb.html +188 -0
  549. data/doc/files/lib/rq-2_3_2/jobrunnerdaemon_rb.html +191 -0
  550. data/doc/files/lib/rq-2_3_2/lister_rb.html +186 -0
  551. data/doc/files/lib/rq-2_3_2/locker_rb.html +187 -0
  552. data/doc/files/lib/rq-2_3_2/logging_rb.html +190 -0
  553. data/doc/files/lib/rq-2_3_2/mainhelper_rb.html +188 -0
  554. data/doc/files/lib/rq-2_3_2/orderedautohash_rb.html +188 -0
  555. data/doc/files/lib/rq-2_3_2/orderedhash_rb.html +138 -0
  556. data/doc/files/lib/rq-2_3_2/qdb_rb.html +193 -0
  557. data/doc/files/lib/rq-2_3_2/querier_rb.html +186 -0
  558. data/doc/files/lib/rq-2_3_2/recoverer_rb.html +186 -0
  559. data/doc/files/lib/rq-2_3_2/refresher_rb.html +179 -0
  560. data/doc/files/lib/rq-2_3_2/relayer_rb.html +190 -0
  561. data/doc/files/lib/rq-2_3_2/resubmitter_rb.html +187 -0
  562. data/doc/files/lib/rq-2_3_2/rotater_rb.html +186 -0
  563. data/doc/files/lib/rq-2_3_2/sleepcycle_rb.html +179 -0
  564. data/doc/files/lib/rq-2_3_2/snapshotter_rb.html +186 -0
  565. data/doc/files/lib/rq-2_3_2/statuslister_rb.html +186 -0
  566. data/doc/files/lib/rq-2_3_2/submitter_rb.html +187 -0
  567. data/doc/files/lib/rq-2_3_2/updater_rb.html +186 -0
  568. data/doc/files/lib/rq-2_3_2/usage_rb.html +186 -0
  569. data/doc/files/lib/rq-2_3_2/util_rb.html +188 -0
  570. data/doc/files/lib/rq-2_3_3/backer_rb.html +186 -0
  571. data/doc/files/lib/rq-2_3_3/configfile_rb.html +186 -0
  572. data/doc/files/lib/rq-2_3_3/configurator_rb.html +186 -0
  573. data/doc/files/lib/rq-2_3_3/creator_rb.html +186 -0
  574. data/doc/files/lib/rq-2_3_3/defaultconfig_txt.html +110 -0
  575. data/doc/files/lib/rq-2_3_3/deleter_rb.html +186 -0
  576. data/doc/files/lib/rq-2_3_3/executor_rb.html +186 -0
  577. data/doc/files/lib/rq-2_3_3/feeder_rb.html +191 -0
  578. data/doc/files/lib/rq-2_3_3/ioviewer_rb.html +186 -0
  579. data/doc/files/lib/rq-2_3_3/job_rb.html +189 -0
  580. data/doc/files/lib/rq-2_3_3/jobqueue_rb.html +192 -0
  581. data/doc/files/lib/rq-2_3_3/jobrunner_rb.html +188 -0
  582. data/doc/files/lib/rq-2_3_3/jobrunnerdaemon_rb.html +191 -0
  583. data/doc/files/lib/rq-2_3_3/lister_rb.html +186 -0
  584. data/doc/files/lib/rq-2_3_3/locker_rb.html +187 -0
  585. data/doc/files/lib/rq-2_3_3/logging_rb.html +190 -0
  586. data/doc/files/lib/rq-2_3_3/mainhelper_rb.html +188 -0
  587. data/doc/files/lib/rq-2_3_3/orderedautohash_rb.html +188 -0
  588. data/doc/files/lib/rq-2_3_3/orderedhash_rb.html +138 -0
  589. data/doc/files/lib/rq-2_3_3/qdb_rb.html +193 -0
  590. data/doc/files/lib/rq-2_3_3/querier_rb.html +186 -0
  591. data/doc/files/lib/rq-2_3_3/recoverer_rb.html +186 -0
  592. data/doc/files/lib/rq-2_3_3/refresher_rb.html +179 -0
  593. data/doc/files/lib/rq-2_3_3/relayer_rb.html +190 -0
  594. data/doc/files/lib/rq-2_3_3/resubmitter_rb.html +187 -0
  595. data/doc/files/lib/rq-2_3_3/rotater_rb.html +187 -0
  596. data/doc/files/lib/rq-2_3_3/sleepcycle_rb.html +179 -0
  597. data/doc/files/lib/rq-2_3_3/snapshotter_rb.html +186 -0
  598. data/doc/files/lib/rq-2_3_3/statuslister_rb.html +186 -0
  599. data/doc/files/lib/rq-2_3_3/submitter_rb.html +187 -0
  600. data/doc/files/lib/rq-2_3_3/updater_rb.html +186 -0
  601. data/doc/files/lib/rq-2_3_3/usage_rb.html +186 -0
  602. data/doc/files/lib/rq-2_3_3/util_rb.html +188 -0
  603. data/doc/files/lib/rq-3_0_0/backer_rb.html +194 -0
  604. data/doc/files/lib/rq-3_0_0/configfile_rb.html +194 -0
  605. data/doc/files/lib/rq-3_0_0/configurator_rb.html +194 -0
  606. data/doc/files/lib/rq-3_0_0/creator_rb.html +194 -0
  607. data/doc/files/lib/rq-3_0_0/cron_rb.html +194 -0
  608. data/doc/files/lib/rq-3_0_0/defaultconfig_txt.html +110 -0
  609. data/doc/files/lib/rq-3_0_0/deleter_rb.html +194 -0
  610. data/doc/files/lib/rq-3_0_0/executor_rb.html +194 -0
  611. data/doc/files/lib/rq-3_0_0/feeder_rb.html +199 -0
  612. data/doc/files/lib/rq-3_0_0/ioviewer_rb.html +194 -0
  613. data/doc/files/lib/rq-3_0_0/job_rb.html +197 -0
  614. data/doc/files/lib/rq-3_0_0/jobqueue_rb.html +200 -0
  615. data/doc/files/lib/rq-3_0_0/jobrunner_rb.html +196 -0
  616. data/doc/files/lib/rq-3_0_0/jobrunnerdaemon_rb.html +199 -0
  617. data/doc/files/lib/rq-3_0_0/lister_rb.html +194 -0
  618. data/doc/files/lib/rq-3_0_0/locker_rb.html +195 -0
  619. data/doc/files/lib/rq-3_0_0/logging_rb.html +198 -0
  620. data/doc/files/lib/rq-3_0_0/mainhelper_rb.html +196 -0
  621. data/doc/files/lib/rq-3_0_0/orderedautohash_rb.html +196 -0
  622. data/doc/files/lib/rq-3_0_0/orderedhash_rb.html +138 -0
  623. data/doc/files/lib/rq-3_0_0/qdb_rb.html +201 -0
  624. data/doc/files/lib/rq-3_0_0/querier_rb.html +194 -0
  625. data/doc/files/lib/rq-3_0_0/recoverer_rb.html +194 -0
  626. data/doc/files/lib/rq-3_0_0/refresher_rb.html +187 -0
  627. data/doc/files/lib/rq-3_0_0/relayer_rb.html +198 -0
  628. data/doc/files/lib/rq-3_0_0/resource_rb.html +194 -0
  629. data/doc/files/lib/rq-3_0_0/resourcemanager_rb.html +187 -0
  630. data/doc/files/lib/rq-3_0_0/resubmitter_rb.html +195 -0
  631. data/doc/files/lib/rq-3_0_0/rotater_rb.html +195 -0
  632. data/doc/files/lib/rq-3_0_0/sleepcycle_rb.html +187 -0
  633. data/doc/files/lib/rq-3_0_0/snapshotter_rb.html +194 -0
  634. data/doc/files/lib/rq-3_0_0/sqlite_rb.html +160 -0
  635. data/doc/files/lib/rq-3_0_0/statuslister_rb.html +194 -0
  636. data/doc/files/lib/rq-3_0_0/submitter_rb.html +195 -0
  637. data/doc/files/lib/rq-3_0_0/toucher_rb.html +195 -0
  638. data/doc/files/lib/rq-3_0_0/updater_rb.html +194 -0
  639. data/doc/files/lib/rq-3_0_0/usage_rb.html +194 -0
  640. data/doc/files/lib/rq-3_0_0/util_rb.html +196 -0
  641. data/doc/files/lib/rq_rb.html +244 -0
  642. data/doc/fr_class_index.html +73 -0
  643. data/doc/fr_file_index.html +71 -0
  644. data/doc/fr_method_index.html +323 -0
  645. data/doc/index.html +24 -0
  646. data/doc/rdoc-style.css +172 -0
  647. data/extconf.rb +150 -0
  648. data/gemspec.rb +32 -0
  649. data/install.rb +75 -8
  650. data/lib/{rq-0.1.7.rb → rq-3.0.0.rb} +52 -10
  651. data/lib/{rq-0.1.7 → rq-3.0.0}/backer.rb +11 -7
  652. data/lib/{rq-0.1.7 → rq-3.0.0}/configfile.rb +21 -17
  653. data/lib/{rq-0.1.7 → rq-3.0.0}/configurator.rb +10 -6
  654. data/lib/rq-3.0.0/creator.rb +46 -0
  655. data/lib/rq-3.0.0/cron.rb +125 -0
  656. data/lib/{rq-0.1.7 → rq-3.0.0}/defaultconfig.txt +0 -0
  657. data/lib/rq-3.0.0/deleter.rb +51 -0
  658. data/lib/rq-3.0.0/executor.rb +40 -0
  659. data/lib/{rq-0.1.7 → rq-3.0.0}/feeder.rb +245 -91
  660. data/lib/rq-3.0.0/i686-linux/_sqlite.so +0 -0
  661. data/lib/rq-3.0.0/ioviewer.rb +48 -0
  662. data/lib/rq-3.0.0/job.rb +51 -0
  663. data/lib/rq-3.0.0/jobqueue.rb +899 -0
  664. data/lib/rq-3.0.0/jobrunner.rb +104 -0
  665. data/lib/{rq-0.1.7 → rq-3.0.0}/jobrunnerdaemon.rb +41 -27
  666. data/lib/rq-3.0.0/lister.rb +47 -0
  667. data/lib/rq-3.0.0/local/bin/sqlite +0 -0
  668. data/lib/rq-3.0.0/local/include/sqlite.h +868 -0
  669. data/lib/rq-3.0.0/local/lib/libsqlite.a +0 -0
  670. data/lib/rq-3.0.0/local/lib/libsqlite.la +35 -0
  671. data/lib/rq-3.0.0/local/lib/libsqlite.so +0 -0
  672. data/lib/rq-3.0.0/local/lib/libsqlite.so.0 +0 -0
  673. data/lib/rq-3.0.0/local/lib/libsqlite.so.0.8.6 +0 -0
  674. data/lib/rq-3.0.0/local/lib/pkgconfig/sqlite.pc +12 -0
  675. data/lib/{rq-0.1.7 → rq-3.0.0}/locker.rb +12 -6
  676. data/lib/{rq-0.1.7 → rq-3.0.0}/logging.rb +49 -42
  677. data/lib/rq-3.0.0/mainhelper.rb +184 -0
  678. data/lib/rq-3.0.0/orderedautohash.rb +39 -0
  679. data/lib/rq-3.0.0/orderedhash.rb +240 -0
  680. data/lib/{rq-0.1.7 → rq-3.0.0}/qdb.rb +183 -84
  681. data/lib/rq-3.0.0/querier.rb +98 -0
  682. data/lib/rq-3.0.0/recoverer.rb +28 -0
  683. data/lib/{rq-0.1.7 → rq-3.0.0}/refresher.rb +16 -8
  684. data/lib/rq-3.0.0/relayer.rb +283 -0
  685. data/lib/rq-3.0.0/resource.rb +22 -0
  686. data/lib/rq-3.0.0/resourcemanager.rb +40 -0
  687. data/lib/rq-3.0.0/resubmitter.rb +96 -0
  688. data/lib/rq-3.0.0/rotater.rb +98 -0
  689. data/lib/{rq-0.1.7 → rq-3.0.0}/sleepcycle.rb +14 -14
  690. data/lib/rq-3.0.0/snapshotter.rb +40 -0
  691. data/lib/rq-3.0.0/sqlite.rb +293 -0
  692. data/lib/rq-3.0.0/statuslister.rb +48 -0
  693. data/lib/rq-3.0.0/submitter.rb +109 -0
  694. data/lib/rq-3.0.0/toucher.rb +177 -0
  695. data/lib/rq-3.0.0/updater.rb +95 -0
  696. data/lib/rq-3.0.0/usage.rb +1157 -0
  697. data/lib/{rq-0.1.7 → rq-3.0.0}/util.rb +74 -56
  698. data/lib/rq.rb +52 -12
  699. data/rdoc.sh +17 -0
  700. data/rq +3 -1
  701. data/white_box/joblist +8 -0
  702. metadata +779 -96
  703. data/DEPENDS +0 -5
  704. data/HISTORY +0 -26
  705. data/VERSION +0 -1
  706. data/bin/rq-0.1.7 +0 -410
  707. data/lib/rq-0.1.7/creator.rb +0 -23
  708. data/lib/rq-0.1.7/deleter.rb +0 -39
  709. data/lib/rq-0.1.7/executor.rb +0 -41
  710. data/lib/rq-0.1.7/job.rb +0 -51
  711. data/lib/rq-0.1.7/jobqueue.rb +0 -432
  712. data/lib/rq-0.1.7/jobrunner.rb +0 -63
  713. data/lib/rq-0.1.7/lister.rb +0 -22
  714. data/lib/rq-0.1.7/mainhelper.rb +0 -53
  715. data/lib/rq-0.1.7/querier.rb +0 -33
  716. data/lib/rq-0.1.7/snapshotter.rb +0 -25
  717. data/lib/rq-0.1.7/statuslister.rb +0 -22
  718. data/lib/rq-0.1.7/submitter.rb +0 -90
  719. data/lib/rq-0.1.7/updater.rb +0 -95
  720. data/lib/rq-0.1.7/usage.rb +0 -609
  721. data/rdoc.cmd +0 -2
  722. data/rq.gemspec +0 -36
  723. data/rq.help +0 -552
@@ -0,0 +1,304 @@
1
+ <?xml version="1.0" encoding="iso-8859-1"?>
2
+ <!DOCTYPE html
3
+ PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
4
+ "DTD/xhtml1-transitional.dtd">
5
+
6
+ <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
7
+ <head>
8
+ <title>Class: RQ::Updater</title>
9
+ <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
10
+ <meta http-equiv="Content-Script-Type" content="text/javascript" />
11
+ <link rel="stylesheet" href="../.././rdoc-style.css" type="text/css" media="screen" />
12
+ <script type="text/javascript">
13
+ // <![CDATA[
14
+
15
+ function popupCode( url ) {
16
+ window.open(url, "Code", "resizable=yes,scrollbars=yes,toolbar=no,status=no,height=150,width=400")
17
+ }
18
+
19
+ function toggleCode( id ) {
20
+ if ( document.getElementById )
21
+ elem = document.getElementById( id );
22
+ else if ( document.all )
23
+ elem = eval( "document.all." + id );
24
+ else
25
+ return false;
26
+
27
+ elemStyle = elem.style;
28
+
29
+ if ( elemStyle.display != "block" ) {
30
+ elemStyle.display = "block"
31
+ } else {
32
+ elemStyle.display = "none"
33
+ }
34
+
35
+ return true;
36
+ }
37
+
38
+ // Make codeblocks hidden by default
39
+ document.writeln( "<style type=\"text/css\">div.method-source-code { display: none }</style>" )
40
+
41
+ // ]]>
42
+ </script>
43
+
44
+ </head>
45
+ <body>
46
+
47
+
48
+
49
+ <div id="classHeader">
50
+ <h1>RQ::Updater <sup class="type-note">(Class)</sup></h1>
51
+ <table class="header-table">
52
+ <tr class="top-aligned-row">
53
+ <td><strong>In:</strong></td>
54
+ <td>
55
+ <a href="../../files/lib/rq-3_0_0/updater_rb.html">
56
+ lib/rq-3.0.0/updater.rb
57
+ </a>
58
+ <br />
59
+ </td>
60
+ </tr>
61
+
62
+ <tr class="top-aligned-row">
63
+ <td><strong>Parent:</strong></td>
64
+ <td>
65
+ <a href="MainHelper.html">
66
+ MainHelper
67
+ </a>
68
+ </td>
69
+ </tr>
70
+ </table>
71
+ </div>
72
+ <!-- banner header -->
73
+
74
+ <div id="bodyContent">
75
+
76
+
77
+ <div id="contextContent">
78
+ <div id="diagram">
79
+ <map name="map">
80
+ <area shape="RECT" coords="1093,335,1176,287" href="MainHelper.html" alt="MainHelper">
81
+ <area shape="RECT" coords="67,453,152,405" href="StatusLister.html" alt="StatusLister">
82
+ <area shape="RECT" coords="215,453,303,405" href="Snapshotter.html" alt="Snapshotter">
83
+ <area shape="RECT" coords="363,453,451,405" href="ReSubmitter.html" alt="ReSubmitter">
84
+ <area shape="RECT" coords="504,453,576,405" href="Feeder.html" alt="Feeder">
85
+ <area shape="RECT" coords="632,453,704,405" href="Deleter.html" alt="Deleter">
86
+ <area shape="RECT" coords="763,453,835,405" href="Toucher.html" alt="Toucher">
87
+ <area shape="RECT" coords="891,453,963,405" href="Relayer.html" alt="Relayer">
88
+ <area shape="RECT" coords="1027,453,1099,405" href="Executor.html" alt="Executor">
89
+ <area shape="RECT" coords="1131,453,1205,405" href="Submitter.html" alt="Submitter">
90
+ <area shape="RECT" coords="1269,453,1341,405" href="Locker.html" alt="Locker">
91
+ <area shape="RECT" coords="1393,453,1468,405" href="IOViewer.html" alt="IOViewer">
92
+ <area shape="RECT" coords="1528,453,1600,405" href="Backer.html" alt="Backer">
93
+ <area shape="RECT" coords="1656,453,1728,405" href="Cron.html" alt="Cron">
94
+ <area shape="RECT" coords="1773,453,1861,405" href="Configurator.html" alt="Configurator">
95
+ <area shape="RECT" coords="1924,453,1996,405" href="Lister.html" alt="Lister">
96
+ <area shape="RECT" coords="2043,453,2115,405" href="Rotater.html" alt="Rotater">
97
+ <area shape="RECT" coords="2169,453,2241,405" href="Creator.html" alt="Creator">
98
+ <area shape="RECT" coords="2299,453,2379,405" href="Recoverer.html" alt="Recoverer">
99
+ <area shape="RECT" coords="2439,453,2511,405" href="Updater.html" alt="Updater">
100
+ <area shape="RECT" coords="2571,453,2643,405" href="Querier.html" alt="Querier">
101
+ <area shape="RECT" coords="1868,53,1940,5" href="../Hash.html" alt="::Hash">
102
+ <area shape="RECT" coords="1865,216,1943,168" href="ConfigFile.html" alt="ConfigFile">
103
+ <area shape="RECT" coords="1996,53,2089,5" href="../DRbUndumped.html" alt="DRbUndumped">
104
+ <area shape="RECT" coords="2001,216,2084,168" href="JobRunner.html" alt="JobRunner">
105
+ <area shape="RECT" coords="1463,335,1535,287" href="Main.html" alt="Main">
106
+ <area shape="RECT" coords="1213,335,1285,287" href="QDB.html" alt="QDB">
107
+ <area shape="RECT" coords="1323,335,1403,287" href="JobQueue.html" alt="JobQueue">
108
+ <area shape="RECT" coords="904,335,1027,287" href="JobRunnerDaemon.html" alt="JobRunnerDaemon">
109
+ <area shape="RECT" coords="2173,53,2245,5" href="../Array.html" alt="Array">
110
+ <area shape="RECT" coords="2159,216,2241,168" href="SleepCycle.html" alt="SleepCycle">
111
+ <area shape="RECT" coords="2273,216,2345,168" href="Job.html" alt="Job">
112
+ <area shape="RECT" coords="2272,53,2347,5" href="../ArrayFields.html" alt="ArrayFields">
113
+ <area shape="RECT" coords="2407,53,2505,5" href="../OrderedHash.html" alt="::OrderedHash">
114
+ <area shape="RECT" coords="2399,216,2513,168" href="OrderedAutoHash.html" alt="OrderedAutoHash">
115
+ <area shape="RECT" coords="925,53,1005,5" href="../LogMethods.html" alt="LogMethods">
116
+ <area shape="RECT" coords="2575,216,2652,168" href="Refresher.html" alt="Refresher">
117
+ <area shape="RECT" coords="1687,216,1804,168" href="ResourceManager.html" alt="ResourceManager">
118
+ <area shape="RECT" coords="1549,216,1624,168" href="Resource.html" alt="Resource">
119
+ <area shape="RECT" coords="2549,227,2677,135" href="../RQ.html" alt="lib/rq-3.0.0/refresher.rb">
120
+ <area shape="RECT" coords="173,464,313,372" href="../RQ.html" alt="lib/rq-3.0.0/snapshotter.rb">
121
+ <area shape="RECT" coords="597,464,715,372" href="../RQ.html" alt="lib/rq-3.0.0/deleter.rb">
122
+ <area shape="RECT" coords="472,464,587,372" href="../RQ.html" alt="lib/rq-3.0.0/feeder.rb">
123
+ <area shape="RECT" coords="1763,464,1903,372" href="../RQ.html" alt="lib/rq-3.0.0/configurator.rb">
124
+ <area shape="RECT" coords="1645,464,1752,372" href="../RQ.html" alt="lib/rq-3.0.0/cron.rb">
125
+ <area shape="RECT" coords="1312,345,1441,253" href="../RQ.html" alt="lib/rq-3.0.0/jobqueue.rb">
126
+ <area shape="RECT" coords="2032,464,2148,372" href="../RQ.html" alt="lib/rq-3.0.0/rotater.rb">
127
+ <area shape="RECT" coords="1517,464,1635,372" href="../RQ.html" alt="lib/rq-3.0.0/backer.rb">
128
+ <area shape="RECT" coords="725,464,845,372" href="../RQ.html" alt="lib/rq-3.0.0/toucher.rb">
129
+ <area shape="RECT" coords="1197,345,1301,253" href="../RQ.html" alt="lib/rq-3.0.0/qdb.rb">
130
+ <area shape="RECT" coords="1840,227,1967,135" href="../RQ.html" alt="lib/rq-3.0.0/configfile.rb">
131
+ <area shape="RECT" coords="1049,345,1187,253" href="../RQ.html" alt="lib/rq-3.0.0/mainhelper.rb">
132
+ <area shape="RECT" coords="1913,464,2021,372" href="../RQ.html" alt="lib/rq-3.0.0/lister.rb">
133
+ <area shape="RECT" coords="1452,345,1545,253" href="../RQ.html" alt="bin/rq.rb">
134
+ <area shape="RECT" coords="27,464,163,372" href="../RQ.html" alt="lib/rq-3.0.0/statuslister.rb">
135
+ <area shape="RECT" coords="2428,464,2549,372" href="../RQ.html" alt="lib/rq-3.0.0/updater.rb">
136
+ <area shape="RECT" coords="1977,227,2107,135" href="../RQ.html" alt="lib/rq-3.0.0/jobrunner.rb">
137
+ <area shape="RECT" coords="2263,227,2363,135" href="../RQ.html" alt="lib/rq-3.0.0/job.rb">
138
+ <area shape="RECT" coords="2159,464,2277,372" href="../RQ.html" alt="lib/rq-3.0.0/creator.rb">
139
+ <area shape="RECT" coords="2117,227,2252,135" href="../RQ.html" alt="lib/rq-3.0.0/sleepcycle.rb">
140
+ <area shape="RECT" coords="984,464,1109,372" href="../RQ.html" alt="lib/rq-3.0.0/executor.rb">
141
+ <area shape="RECT" coords="324,464,461,372" href="../RQ.html" alt="lib/rq-3.0.0/resubmitter.rb">
142
+ <area shape="RECT" coords="2373,227,2539,135" href="../RQ.html" alt="lib/rq-3.0.0/orderedautohash.rb">
143
+ <area shape="RECT" coords="1661,227,1829,135" href="../RQ.html" alt="lib/rq-3.0.0/resourcemanager.rb">
144
+ <area shape="RECT" coords="1524,227,1651,135" href="../RQ.html" alt="lib/rq-3.0.0/resource.rb">
145
+ <area shape="RECT" coords="869,345,1037,253" href="../RQ.html" alt="lib/rq-3.0.0/jobrunnerdaemon.rb">
146
+ <area shape="RECT" coords="2288,464,2417,372" href="../RQ.html" alt="lib/rq-3.0.0/recoverer.rb">
147
+ <area shape="RECT" coords="2560,464,2677,372" href="../RQ.html" alt="lib/rq-3.0.0/querier.rb">
148
+ <area shape="RECT" coords="1383,464,1507,372" href="../RQ.html" alt="lib/rq-3.0.0/ioviewer.rb">
149
+ <area shape="RECT" coords="1259,464,1372,372" href="../RQ.html" alt="lib/rq-3.0.0/locker.rb">
150
+ <area shape="RECT" coords="1120,464,1248,372" href="../RQ.html" alt="lib/rq-3.0.0/submitter.rb">
151
+ <area shape="RECT" coords="856,464,973,372" href="../RQ.html" alt="lib/rq-3.0.0/relayer.rb">
152
+ <area shape="RECT" coords="1420,204,1513,157" href="Usage.html" alt="Usage">
153
+ <area shape="RECT" coords="1316,204,1409,157" href="Util.html" alt="Util">
154
+ <area shape="RECT" coords="1188,204,1295,157" href="Logging/LogClassMethods.html" alt="LogClassMethods">
155
+ <area shape="RECT" coords="1084,204,1177,157" href="Logging/LoggerExt.html" alt="LoggerExt">
156
+ <area shape="RECT" coords="980,204,1073,157" href="Logging/LogMethods.html" alt="LogMethods">
157
+ <area shape="RECT" coords="953,215,1305,124" href="Logging.html" alt="Logging">
158
+ <area shape="RECT" coords="16,475,2688,91" href="../RQ.html" alt="RQ">
159
+ </map>
160
+ <img src="../../dot/m_44_0.jpg" usemap="#map" border=0 alt="Module: RQ">
161
+ </div>
162
+
163
+ <div id="description">
164
+ <p>
165
+ the <a href="Updater.html">Updater</a> class reads jids from the command
166
+ line and then looks for key=value pairs on the command line, stdin, or from
167
+ infile. the jids are taken to be jids to update with the key=values pairs
168
+ scanned
169
+ </p>
170
+
171
+ </div>
172
+
173
+
174
+ <div id="method-list">
175
+ <h2 class="section-bar">Methods</h2>
176
+
177
+ <div class="name-list">
178
+ <a href="#M000257">update</a>&nbsp;&nbsp;
179
+ </div>
180
+ </div>
181
+
182
+
183
+
184
+
185
+
186
+
187
+ </div>
188
+
189
+
190
+
191
+ <!-- if includes -->
192
+
193
+
194
+ <!-- if method_list -->
195
+ <div id="methods">
196
+ <h2 class="section-bar">Public Instance methods</h2>
197
+
198
+ <div id="method-M000257" class="method-detail">
199
+ <a name="M000257"></a>
200
+
201
+ <div class="method-heading">
202
+ <a href="#M000257" class="method-signature">
203
+ <span class="method-name">update</span><span class="method-args">()</span>
204
+ </a>
205
+ </div>
206
+
207
+ <div class="method-description">
208
+ <p><a class="source-toggle" href="#"
209
+ onclick="toggleCode('M000257-source');return false;">[Source]</a></p>
210
+ <div class="method-source-code" id="M000257-source">
211
+ <pre>
212
+ <span class="ruby-comment cmt"># File lib/rq-3.0.0/updater.rb, line 16</span>
213
+ 16: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">update</span>
214
+ 17: <span class="ruby-comment cmt">#--{{{</span>
215
+ 18: <span class="ruby-identifier">set_q</span>
216
+ 19: <span class="ruby-identifier">jids</span> = []
217
+ 20: <span class="ruby-identifier">kvs</span> = {}
218
+ 21:
219
+ 22: <span class="ruby-identifier">kvs</span>.<span class="ruby-identifier">update</span> <span class="ruby-value str">&quot;stdin&quot;</span> =<span class="ruby-operator">&gt;</span> <span class="ruby-identifier">job_stdin</span> <span class="ruby-keyword kw">if</span> <span class="ruby-identifier">job_stdin?</span>
220
+ 23:
221
+ 24: <span class="ruby-comment cmt">#</span>
222
+ 25: <span class="ruby-comment cmt"># scan argv for jids to update </span>
223
+ 26: <span class="ruby-comment cmt">#</span>
224
+ 27: <span class="ruby-identifier">list</span>, <span class="ruby-ivar">@argv</span> = <span class="ruby-ivar">@argv</span>.<span class="ruby-identifier">partition</span>{<span class="ruby-operator">|</span><span class="ruby-identifier">arg</span><span class="ruby-operator">|</span> <span class="ruby-identifier">arg</span> <span class="ruby-operator">=~</span> <span class="ruby-regexp re">%/^\s*(?:jid\s*=\s*)?\d+\s*$/</span>}
225
+ 28: <span class="ruby-identifier">list</span>.<span class="ruby-identifier">each</span>{<span class="ruby-operator">|</span><span class="ruby-identifier">elem</span><span class="ruby-operator">|</span> <span class="ruby-identifier">jids</span> <span class="ruby-operator">&lt;&lt;</span> <span class="ruby-constant">Integer</span>(<span class="ruby-identifier">elem</span>[<span class="ruby-regexp re">%/\d+/</span>])}
226
+ 29: <span class="ruby-identifier">list</span>, <span class="ruby-ivar">@argv</span> = <span class="ruby-ivar">@argv</span>.<span class="ruby-identifier">partition</span>{<span class="ruby-operator">|</span><span class="ruby-identifier">arg</span><span class="ruby-operator">|</span> <span class="ruby-identifier">arg</span> <span class="ruby-operator">=~</span> <span class="ruby-regexp re">%/^\s*(?:p(?:ending)|h(?:olding))\s*$/</span>}
227
+ 30: <span class="ruby-identifier">list</span>.<span class="ruby-identifier">each</span>{<span class="ruby-operator">|</span><span class="ruby-identifier">elem</span><span class="ruby-operator">|</span> <span class="ruby-identifier">jids</span> <span class="ruby-operator">&lt;&lt;</span> <span class="ruby-identifier">elem</span>.<span class="ruby-identifier">strip</span>.<span class="ruby-identifier">downcase</span>}
228
+ 31: <span class="ruby-comment cmt">#</span>
229
+ 32: <span class="ruby-comment cmt"># scan argv for key=val pairs</span>
230
+ 33: <span class="ruby-comment cmt">#</span>
231
+ 34: <span class="ruby-identifier">keyeqpat</span> = <span class="ruby-regexp re">%/\s*([^\s=]+)\s*=\s*([^\s]*)\s*$/</span>
232
+ 35: <span class="ruby-identifier">list</span>, <span class="ruby-ivar">@argv</span> = <span class="ruby-ivar">@argv</span>.<span class="ruby-identifier">partition</span>{<span class="ruby-operator">|</span><span class="ruby-identifier">arg</span><span class="ruby-operator">|</span> <span class="ruby-identifier">arg</span> <span class="ruby-operator">=~</span> <span class="ruby-identifier">keyeqpat</span>}
233
+ 36: <span class="ruby-identifier">list</span>.<span class="ruby-identifier">each</span> <span class="ruby-keyword kw">do</span> <span class="ruby-operator">|</span><span class="ruby-identifier">elem</span><span class="ruby-operator">|</span>
234
+ 37: <span class="ruby-identifier">m</span> = <span class="ruby-identifier">elem</span>.<span class="ruby-identifier">match</span>(<span class="ruby-identifier">keyeqpat</span>)
235
+ 38: <span class="ruby-identifier">k</span>, <span class="ruby-identifier">v</span> = <span class="ruby-identifier">m</span>[<span class="ruby-value">1</span>], <span class="ruby-identifier">m</span>[<span class="ruby-value">2</span>]
236
+ 39: <span class="ruby-identifier">k</span> = (<span class="ruby-identifier">k</span>.<span class="ruby-identifier">empty?</span> <span class="ruby-value">? </span><span class="ruby-keyword kw">nil</span> <span class="ruby-operator">:</span> <span class="ruby-identifier">k</span>.<span class="ruby-identifier">strip</span>)
237
+ 40: <span class="ruby-identifier">v</span> = (<span class="ruby-identifier">v</span>.<span class="ruby-identifier">empty?</span> <span class="ruby-value">? </span><span class="ruby-keyword kw">nil</span> <span class="ruby-operator">:</span> <span class="ruby-identifier">v</span>.<span class="ruby-identifier">strip</span>)
238
+ 41: <span class="ruby-identifier">v</span> =
239
+ 42: <span class="ruby-keyword kw">case</span> <span class="ruby-identifier">v</span>
240
+ 43: <span class="ruby-keyword kw">when</span> <span class="ruby-regexp re">%/^\s*(?:nil|null?)\s*$/i</span><span class="ruby-identifier">o</span>
241
+ 44: <span class="ruby-keyword kw">nil</span>
242
+ 45: <span class="ruby-keyword kw">else</span>
243
+ 46: <span class="ruby-identifier">v</span>
244
+ 47: <span class="ruby-keyword kw">end</span>
245
+ 48: <span class="ruby-identifier">kvs</span>[<span class="ruby-identifier">k</span>] = <span class="ruby-identifier">v</span>
246
+ 49: <span class="ruby-keyword kw">end</span>
247
+ 50: <span class="ruby-comment cmt"># STDERR.puts kvs.inspect</span>
248
+ 51:
249
+ 52: <span class="ruby-keyword kw">unless</span> <span class="ruby-ivar">@argv</span>.<span class="ruby-identifier">empty?</span>
250
+ 53: <span class="ruby-identifier">raise</span> <span class="ruby-node">&quot;don't know what to do with crap arguments &lt;#{ @argv.join ' ' }&gt;&quot;</span>
251
+ 54: <span class="ruby-keyword kw">end</span>
252
+ 55:
253
+ 56: <span class="ruby-comment cmt">#</span>
254
+ 57: <span class="ruby-comment cmt"># scan stdin for jids to update iff in pipeline</span>
255
+ 58: <span class="ruby-comment cmt">#</span>
256
+ 59: <span class="ruby-keyword kw">if</span> <span class="ruby-identifier">stdin?</span>
257
+ 60: <span class="ruby-comment cmt">#pat = %r/^(?:\s*jid\s*:)?\s*(\d+)\s*$/io</span>
258
+ 61: <span class="ruby-keyword kw">while</span>((<span class="ruby-identifier">line</span> = <span class="ruby-identifier">stdin</span>.<span class="ruby-identifier">gets</span>))
259
+ 62: <span class="ruby-keyword kw">case</span> <span class="ruby-identifier">line</span>
260
+ 63: <span class="ruby-keyword kw">when</span> <span class="ruby-regexp re">%/^(?:\s*jid\s*:)?\s*(\d+)\s*$/i</span><span class="ruby-identifier">o</span>
261
+ 64: <span class="ruby-identifier">jids</span> <span class="ruby-operator">&lt;&lt;</span> <span class="ruby-constant">Integer</span>(<span class="ruby-identifier">$1</span>)
262
+ 65: <span class="ruby-keyword kw">when</span> <span class="ruby-regexp re">%/^\s*p(?:ending)\s*$/i</span><span class="ruby-identifier">o</span>
263
+ 66: <span class="ruby-identifier">jids</span> <span class="ruby-operator">&lt;&lt;</span> <span class="ruby-value str">'pending'</span>
264
+ 67: <span class="ruby-keyword kw">when</span> <span class="ruby-regexp re">%/^\s*h(?:olding)\s*$/i</span><span class="ruby-identifier">o</span>
265
+ 68: <span class="ruby-identifier">jids</span> <span class="ruby-operator">&lt;&lt;</span> <span class="ruby-value str">'holding'</span>
266
+ 69: <span class="ruby-keyword kw">else</span>
267
+ 70: <span class="ruby-keyword kw">next</span>
268
+ 71: <span class="ruby-keyword kw">end</span>
269
+ 72: <span class="ruby-keyword kw">end</span>
270
+ 73: <span class="ruby-keyword kw">end</span>
271
+ 74: <span class="ruby-comment cmt">#jids.map!{|jid| jid =~ %r/^\s*\d+\s*$/o ? Integer(jid) : jid}</span>
272
+ 75: <span class="ruby-comment cmt">#raise &quot;no jids&quot; if jids.empty?</span>
273
+ 76: <span class="ruby-comment cmt">#</span>
274
+ 77: <span class="ruby-comment cmt"># if no jids were specified simply update ALL pending and holding jobs</span>
275
+ 78: <span class="ruby-comment cmt">#</span>
276
+ 79: <span class="ruby-identifier">jids</span> <span class="ruby-operator">&lt;&lt;</span> <span class="ruby-value str">'pending'</span> <span class="ruby-operator">&lt;&lt;</span> <span class="ruby-value str">'holding'</span> <span class="ruby-keyword kw">if</span> <span class="ruby-identifier">jids</span>.<span class="ruby-identifier">empty?</span>
277
+ 80: <span class="ruby-comment cmt">#</span>
278
+ 81: <span class="ruby-comment cmt"># apply the update</span>
279
+ 82: <span class="ruby-comment cmt">#</span>
280
+ 83: <span class="ruby-keyword kw">if</span> <span class="ruby-ivar">@options</span>[<span class="ruby-value str">'quiet'</span>]
281
+ 84: <span class="ruby-ivar">@q</span>.<span class="ruby-identifier">update</span>(<span class="ruby-identifier">kvs</span>,<span class="ruby-operator">*</span><span class="ruby-identifier">jids</span>)
282
+ 85: <span class="ruby-keyword kw">else</span>
283
+ 86: <span class="ruby-ivar">@q</span>.<span class="ruby-identifier">update</span>(<span class="ruby-identifier">kvs</span>,<span class="ruby-operator">*</span><span class="ruby-identifier">jids</span>, <span class="ruby-operator">&amp;</span><span class="ruby-identifier">dumping_yaml_tuples</span>)
284
+ 87: <span class="ruby-keyword kw">end</span>
285
+ 88: <span class="ruby-comment cmt">#--}}}</span>
286
+ 89: <span class="ruby-keyword kw">end</span>
287
+ </pre>
288
+ </div>
289
+ </div>
290
+ </div>
291
+
292
+
293
+ </div>
294
+
295
+
296
+ </div>
297
+
298
+
299
+ <div id="validator-badges">
300
+ <p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p>
301
+ </div>
302
+
303
+ </body>
304
+ </html>
@@ -0,0 +1,97 @@
1
+ <?xml version="1.0" encoding="iso-8859-1"?>
2
+ <!DOCTYPE html
3
+ PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
4
+ "DTD/xhtml1-transitional.dtd">
5
+
6
+ <!--
7
+
8
+ update (RQ::Updater)
9
+
10
+ -->
11
+ <html>
12
+ <head>
13
+ <title>update (RQ::Updater)</title>
14
+ <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
15
+ <link rel="stylesheet" href="http://www.FaerieMUD.org/stylesheets/rdoc.css" type="text/css" />
16
+ </head>
17
+ <body>
18
+ <pre><span class="ruby-comment cmt"># File lib/rq-2.3.1/updater.rb, line 16</span>
19
+ <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">update</span>
20
+ <span class="ruby-comment cmt">#--{{{</span>
21
+ <span class="ruby-identifier">set_q</span>
22
+ <span class="ruby-identifier">jids</span> = []
23
+ <span class="ruby-identifier">kvs</span> = {}
24
+
25
+ <span class="ruby-comment cmt">#</span>
26
+ <span class="ruby-comment cmt"># scan argv for jids to update </span>
27
+ <span class="ruby-comment cmt">#</span>
28
+ <span class="ruby-identifier">list</span>, <span class="ruby-ivar">@argv</span> = <span class="ruby-ivar">@argv</span>.<span class="ruby-identifier">partition</span>{<span class="ruby-operator">|</span><span class="ruby-identifier">arg</span><span class="ruby-operator">|</span> <span class="ruby-identifier">arg</span> <span class="ruby-operator">=~</span> <span class="ruby-regexp re">%/^\s*(?:jid\s*=\s*)?\d+\s*$/</span>}
29
+ <span class="ruby-identifier">list</span>.<span class="ruby-identifier">each</span>{<span class="ruby-operator">|</span><span class="ruby-identifier">elem</span><span class="ruby-operator">|</span> <span class="ruby-identifier">jids</span> <span class="ruby-operator">&lt;&lt;</span> <span class="ruby-constant">Integer</span>(<span class="ruby-identifier">elem</span>[<span class="ruby-regexp re">%/\d+/</span>])}
30
+ <span class="ruby-identifier">list</span>, <span class="ruby-ivar">@argv</span> = <span class="ruby-ivar">@argv</span>.<span class="ruby-identifier">partition</span>{<span class="ruby-operator">|</span><span class="ruby-identifier">arg</span><span class="ruby-operator">|</span> <span class="ruby-identifier">arg</span> <span class="ruby-operator">=~</span> <span class="ruby-regexp re">%/^\s*(?:p(?:ending)|h(?:olding))\s*$/</span>}
31
+ <span class="ruby-identifier">list</span>.<span class="ruby-identifier">each</span>{<span class="ruby-operator">|</span><span class="ruby-identifier">elem</span><span class="ruby-operator">|</span> <span class="ruby-identifier">jids</span> <span class="ruby-operator">&lt;&lt;</span> <span class="ruby-identifier">elem</span>.<span class="ruby-identifier">strip</span>.<span class="ruby-identifier">downcase</span>}
32
+ <span class="ruby-comment cmt">#</span>
33
+ <span class="ruby-comment cmt"># scan argv for key=val pairs</span>
34
+ <span class="ruby-comment cmt">#</span>
35
+ <span class="ruby-identifier">keyeqpat</span> = <span class="ruby-regexp re">%/\s*([^\s=]+)\s*=\s*([^\s]*)\s*$/</span>
36
+ <span class="ruby-identifier">list</span>, <span class="ruby-ivar">@argv</span> = <span class="ruby-ivar">@argv</span>.<span class="ruby-identifier">partition</span>{<span class="ruby-operator">|</span><span class="ruby-identifier">arg</span><span class="ruby-operator">|</span> <span class="ruby-identifier">arg</span> <span class="ruby-operator">=~</span> <span class="ruby-identifier">keyeqpat</span>}
37
+ <span class="ruby-identifier">list</span>.<span class="ruby-identifier">each</span> <span class="ruby-keyword kw">do</span> <span class="ruby-operator">|</span><span class="ruby-identifier">elem</span><span class="ruby-operator">|</span>
38
+ <span class="ruby-identifier">m</span> = <span class="ruby-identifier">elem</span>.<span class="ruby-identifier">match</span>(<span class="ruby-identifier">keyeqpat</span>)
39
+ <span class="ruby-identifier">k</span>, <span class="ruby-identifier">v</span> = <span class="ruby-identifier">m</span>[<span class="ruby-value">1</span>], <span class="ruby-identifier">m</span>[<span class="ruby-value">2</span>]
40
+ <span class="ruby-identifier">k</span> = (<span class="ruby-identifier">k</span>.<span class="ruby-identifier">empty?</span> <span class="ruby-value">? </span><span class="ruby-keyword kw">nil</span> <span class="ruby-operator">:</span> <span class="ruby-identifier">k</span>.<span class="ruby-identifier">strip</span>)
41
+ <span class="ruby-identifier">v</span> = (<span class="ruby-identifier">v</span>.<span class="ruby-identifier">empty?</span> <span class="ruby-value">? </span><span class="ruby-keyword kw">nil</span> <span class="ruby-operator">:</span> <span class="ruby-identifier">v</span>.<span class="ruby-identifier">strip</span>)
42
+ <span class="ruby-identifier">v</span> =
43
+ <span class="ruby-keyword kw">case</span> <span class="ruby-identifier">v</span>
44
+ <span class="ruby-keyword kw">when</span> <span class="ruby-regexp re">%/^\s*(?:nil|null?)\s*$/i</span><span class="ruby-identifier">o</span>
45
+ <span class="ruby-keyword kw">nil</span>
46
+ <span class="ruby-keyword kw">else</span>
47
+ <span class="ruby-identifier">v</span>
48
+ <span class="ruby-keyword kw">end</span>
49
+ <span class="ruby-identifier">kvs</span>[<span class="ruby-identifier">k</span>] = <span class="ruby-identifier">v</span>
50
+ <span class="ruby-keyword kw">end</span>
51
+ <span class="ruby-comment cmt"># STDERR.puts kvs.inspect</span>
52
+
53
+ <span class="ruby-keyword kw">unless</span> <span class="ruby-ivar">@argv</span>.<span class="ruby-identifier">empty?</span>
54
+ <span class="ruby-identifier">raise</span> <span class="ruby-node">&quot;don't know what to do with crap arguments &lt;#{ @argv.join ' ' }&gt;&quot;</span>
55
+ <span class="ruby-keyword kw">end</span>
56
+
57
+ <span class="ruby-comment cmt">#</span>
58
+ <span class="ruby-comment cmt"># scan stdin for jids to update iff in pipeline</span>
59
+ <span class="ruby-comment cmt">#</span>
60
+ <span class="ruby-comment cmt">#if jids.empty? or not STDIN.tty? </span>
61
+ <span class="ruby-keyword kw">if</span> <span class="ruby-keyword kw">not</span> <span class="ruby-constant">STDIN</span>.<span class="ruby-identifier">tty?</span>
62
+ <span class="ruby-comment cmt">#pat = %r/^(?:\s*jid\s*:)?\s*(\d+)\s*$/io</span>
63
+ <span class="ruby-keyword kw">while</span>((<span class="ruby-identifier">line</span> = <span class="ruby-constant">STDIN</span>.<span class="ruby-identifier">gets</span>))
64
+ <span class="ruby-keyword kw">case</span> <span class="ruby-identifier">line</span>
65
+ <span class="ruby-keyword kw">when</span> <span class="ruby-regexp re">%/^(?:\s*jid\s*:)?\s*(\d+)\s*$/i</span><span class="ruby-identifier">o</span>
66
+ <span class="ruby-identifier">jids</span> <span class="ruby-operator">&lt;&lt;</span> <span class="ruby-constant">Integer</span>(<span class="ruby-identifier">$1</span>)
67
+ <span class="ruby-keyword kw">when</span> <span class="ruby-regexp re">%/^\s*p(?:ending)\s*$/i</span><span class="ruby-identifier">o</span>
68
+ <span class="ruby-identifier">jids</span> <span class="ruby-operator">&lt;&lt;</span> <span class="ruby-value str">'pending'</span>
69
+ <span class="ruby-keyword kw">when</span> <span class="ruby-regexp re">%/^\s*h(?:olding)\s*$/i</span><span class="ruby-identifier">o</span>
70
+ <span class="ruby-identifier">jids</span> <span class="ruby-operator">&lt;&lt;</span> <span class="ruby-value str">'holding'</span>
71
+ <span class="ruby-keyword kw">else</span>
72
+ <span class="ruby-keyword kw">next</span>
73
+ <span class="ruby-keyword kw">end</span>
74
+ <span class="ruby-keyword kw">end</span>
75
+ <span class="ruby-keyword kw">end</span>
76
+ <span class="ruby-comment cmt">#jids.map!{|jid| jid =~ %r/^\s*\d+\s*$/o ? Integer(jid) : jid}</span>
77
+ <span class="ruby-comment cmt">#raise &quot;no jids&quot; if jids.empty?</span>
78
+ <span class="ruby-comment cmt">#</span>
79
+ <span class="ruby-comment cmt"># if no jids were specified simply update ALL pending and holding jobs</span>
80
+ <span class="ruby-comment cmt">#</span>
81
+ <span class="ruby-identifier">jids</span> <span class="ruby-operator">&lt;&lt;</span> <span class="ruby-value str">'pending'</span> <span class="ruby-operator">&lt;&lt;</span> <span class="ruby-value str">'holding'</span> <span class="ruby-keyword kw">if</span> <span class="ruby-identifier">jids</span>.<span class="ruby-identifier">empty?</span>
82
+ <span class="ruby-comment cmt">#</span>
83
+ <span class="ruby-comment cmt"># apply the update</span>
84
+ <span class="ruby-comment cmt">#</span>
85
+ <span class="ruby-keyword kw">if</span> <span class="ruby-ivar">@options</span>[<span class="ruby-value str">'quiet'</span>]
86
+ <span class="ruby-ivar">@q</span>.<span class="ruby-identifier">update</span>(<span class="ruby-identifier">kvs</span>,<span class="ruby-operator">*</span><span class="ruby-identifier">jids</span>)
87
+ <span class="ruby-keyword kw">else</span>
88
+ <span class="ruby-identifier">puts</span> <span class="ruby-value str">'---'</span>
89
+ <span class="ruby-ivar">@q</span>.<span class="ruby-identifier">update</span>(<span class="ruby-identifier">kvs</span>,<span class="ruby-operator">*</span><span class="ruby-identifier">jids</span>) <span class="ruby-keyword kw">do</span> <span class="ruby-operator">|</span><span class="ruby-identifier">tuple</span><span class="ruby-operator">|</span>
90
+ <span class="ruby-identifier">puts</span> <span class="ruby-value str">'-'</span>
91
+ <span class="ruby-identifier">tuple</span>.<span class="ruby-identifier">fields</span>.<span class="ruby-identifier">each</span>{<span class="ruby-operator">|</span><span class="ruby-identifier">f</span><span class="ruby-operator">|</span> <span class="ruby-identifier">puts</span> <span class="ruby-node">&quot; #{ f }: #{ tuple[f] }&quot;</span> }
92
+ <span class="ruby-keyword kw">end</span>
93
+ <span class="ruby-keyword kw">end</span>
94
+ <span class="ruby-comment cmt">#--}}}</span>
95
+ <span class="ruby-keyword kw">end</span></pre>
96
+ </body>
97
+ </html>
@@ -0,0 +1,346 @@
1
+ <?xml version="1.0" encoding="iso-8859-1"?>
2
+ <!DOCTYPE html
3
+ PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
4
+ "DTD/xhtml1-transitional.dtd">
5
+
6
+ <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
7
+ <head>
8
+ <title>Module: RQ::Usage</title>
9
+ <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
10
+ <meta http-equiv="Content-Script-Type" content="text/javascript" />
11
+ <link rel="stylesheet" href="../.././rdoc-style.css" type="text/css" media="screen" />
12
+ <script type="text/javascript">
13
+ // <![CDATA[
14
+
15
+ function popupCode( url ) {
16
+ window.open(url, "Code", "resizable=yes,scrollbars=yes,toolbar=no,status=no,height=150,width=400")
17
+ }
18
+
19
+ function toggleCode( id ) {
20
+ if ( document.getElementById )
21
+ elem = document.getElementById( id );
22
+ else if ( document.all )
23
+ elem = eval( "document.all." + id );
24
+ else
25
+ return false;
26
+
27
+ elemStyle = elem.style;
28
+
29
+ if ( elemStyle.display != "block" ) {
30
+ elemStyle.display = "block"
31
+ } else {
32
+ elemStyle.display = "none"
33
+ }
34
+
35
+ return true;
36
+ }
37
+
38
+ // Make codeblocks hidden by default
39
+ document.writeln( "<style type=\"text/css\">div.method-source-code { display: none }</style>" )
40
+
41
+ // ]]>
42
+ </script>
43
+
44
+ </head>
45
+ <body>
46
+
47
+
48
+
49
+ <div id="classHeader">
50
+ <h1>RQ::Usage <sup class="type-note">(Module)</sup></h1>
51
+ <table class="header-table">
52
+ <tr class="top-aligned-row">
53
+ <td><strong>In:</strong></td>
54
+ <td>
55
+ <a href="../../files/lib/rq-3_0_0/usage_rb.html">
56
+ lib/rq-3.0.0/usage.rb
57
+ </a>
58
+ <br />
59
+ </td>
60
+ </tr>
61
+
62
+ </table>
63
+ </div>
64
+ <!-- banner header -->
65
+
66
+ <div id="bodyContent">
67
+
68
+
69
+ <div id="contextContent">
70
+ <div id="diagram">
71
+ <map name="map">
72
+ <area shape="RECT" coords="1093,335,1176,287" href="MainHelper.html" alt="MainHelper">
73
+ <area shape="RECT" coords="67,453,152,405" href="StatusLister.html" alt="StatusLister">
74
+ <area shape="RECT" coords="215,453,303,405" href="Snapshotter.html" alt="Snapshotter">
75
+ <area shape="RECT" coords="363,453,451,405" href="ReSubmitter.html" alt="ReSubmitter">
76
+ <area shape="RECT" coords="504,453,576,405" href="Feeder.html" alt="Feeder">
77
+ <area shape="RECT" coords="632,453,704,405" href="Deleter.html" alt="Deleter">
78
+ <area shape="RECT" coords="763,453,835,405" href="Toucher.html" alt="Toucher">
79
+ <area shape="RECT" coords="891,453,963,405" href="Relayer.html" alt="Relayer">
80
+ <area shape="RECT" coords="1027,453,1099,405" href="Executor.html" alt="Executor">
81
+ <area shape="RECT" coords="1131,453,1205,405" href="Submitter.html" alt="Submitter">
82
+ <area shape="RECT" coords="1269,453,1341,405" href="Locker.html" alt="Locker">
83
+ <area shape="RECT" coords="1393,453,1468,405" href="IOViewer.html" alt="IOViewer">
84
+ <area shape="RECT" coords="1528,453,1600,405" href="Backer.html" alt="Backer">
85
+ <area shape="RECT" coords="1656,453,1728,405" href="Cron.html" alt="Cron">
86
+ <area shape="RECT" coords="1773,453,1861,405" href="Configurator.html" alt="Configurator">
87
+ <area shape="RECT" coords="1924,453,1996,405" href="Lister.html" alt="Lister">
88
+ <area shape="RECT" coords="2043,453,2115,405" href="Rotater.html" alt="Rotater">
89
+ <area shape="RECT" coords="2169,453,2241,405" href="Creator.html" alt="Creator">
90
+ <area shape="RECT" coords="2299,453,2379,405" href="Recoverer.html" alt="Recoverer">
91
+ <area shape="RECT" coords="2439,453,2511,405" href="Updater.html" alt="Updater">
92
+ <area shape="RECT" coords="2571,453,2643,405" href="Querier.html" alt="Querier">
93
+ <area shape="RECT" coords="1868,53,1940,5" href="../Hash.html" alt="::Hash">
94
+ <area shape="RECT" coords="1865,216,1943,168" href="ConfigFile.html" alt="ConfigFile">
95
+ <area shape="RECT" coords="1996,53,2089,5" href="../DRbUndumped.html" alt="DRbUndumped">
96
+ <area shape="RECT" coords="2001,216,2084,168" href="JobRunner.html" alt="JobRunner">
97
+ <area shape="RECT" coords="1463,335,1535,287" href="Main.html" alt="Main">
98
+ <area shape="RECT" coords="1213,335,1285,287" href="QDB.html" alt="QDB">
99
+ <area shape="RECT" coords="1323,335,1403,287" href="JobQueue.html" alt="JobQueue">
100
+ <area shape="RECT" coords="904,335,1027,287" href="JobRunnerDaemon.html" alt="JobRunnerDaemon">
101
+ <area shape="RECT" coords="2173,53,2245,5" href="../Array.html" alt="Array">
102
+ <area shape="RECT" coords="2159,216,2241,168" href="SleepCycle.html" alt="SleepCycle">
103
+ <area shape="RECT" coords="2273,216,2345,168" href="Job.html" alt="Job">
104
+ <area shape="RECT" coords="2272,53,2347,5" href="../ArrayFields.html" alt="ArrayFields">
105
+ <area shape="RECT" coords="2407,53,2505,5" href="../OrderedHash.html" alt="::OrderedHash">
106
+ <area shape="RECT" coords="2399,216,2513,168" href="OrderedAutoHash.html" alt="OrderedAutoHash">
107
+ <area shape="RECT" coords="925,53,1005,5" href="../LogMethods.html" alt="LogMethods">
108
+ <area shape="RECT" coords="2575,216,2652,168" href="Refresher.html" alt="Refresher">
109
+ <area shape="RECT" coords="1687,216,1804,168" href="ResourceManager.html" alt="ResourceManager">
110
+ <area shape="RECT" coords="1549,216,1624,168" href="Resource.html" alt="Resource">
111
+ <area shape="RECT" coords="2549,227,2677,135" href="../RQ.html" alt="lib/rq-3.0.0/refresher.rb">
112
+ <area shape="RECT" coords="173,464,313,372" href="../RQ.html" alt="lib/rq-3.0.0/snapshotter.rb">
113
+ <area shape="RECT" coords="597,464,715,372" href="../RQ.html" alt="lib/rq-3.0.0/deleter.rb">
114
+ <area shape="RECT" coords="472,464,587,372" href="../RQ.html" alt="lib/rq-3.0.0/feeder.rb">
115
+ <area shape="RECT" coords="1763,464,1903,372" href="../RQ.html" alt="lib/rq-3.0.0/configurator.rb">
116
+ <area shape="RECT" coords="1645,464,1752,372" href="../RQ.html" alt="lib/rq-3.0.0/cron.rb">
117
+ <area shape="RECT" coords="1312,345,1441,253" href="../RQ.html" alt="lib/rq-3.0.0/jobqueue.rb">
118
+ <area shape="RECT" coords="2032,464,2148,372" href="../RQ.html" alt="lib/rq-3.0.0/rotater.rb">
119
+ <area shape="RECT" coords="1517,464,1635,372" href="../RQ.html" alt="lib/rq-3.0.0/backer.rb">
120
+ <area shape="RECT" coords="725,464,845,372" href="../RQ.html" alt="lib/rq-3.0.0/toucher.rb">
121
+ <area shape="RECT" coords="1197,345,1301,253" href="../RQ.html" alt="lib/rq-3.0.0/qdb.rb">
122
+ <area shape="RECT" coords="1840,227,1967,135" href="../RQ.html" alt="lib/rq-3.0.0/configfile.rb">
123
+ <area shape="RECT" coords="1049,345,1187,253" href="../RQ.html" alt="lib/rq-3.0.0/mainhelper.rb">
124
+ <area shape="RECT" coords="1913,464,2021,372" href="../RQ.html" alt="lib/rq-3.0.0/lister.rb">
125
+ <area shape="RECT" coords="1452,345,1545,253" href="../RQ.html" alt="bin/rq.rb">
126
+ <area shape="RECT" coords="27,464,163,372" href="../RQ.html" alt="lib/rq-3.0.0/statuslister.rb">
127
+ <area shape="RECT" coords="2428,464,2549,372" href="../RQ.html" alt="lib/rq-3.0.0/updater.rb">
128
+ <area shape="RECT" coords="1977,227,2107,135" href="../RQ.html" alt="lib/rq-3.0.0/jobrunner.rb">
129
+ <area shape="RECT" coords="2263,227,2363,135" href="../RQ.html" alt="lib/rq-3.0.0/job.rb">
130
+ <area shape="RECT" coords="2159,464,2277,372" href="../RQ.html" alt="lib/rq-3.0.0/creator.rb">
131
+ <area shape="RECT" coords="2117,227,2252,135" href="../RQ.html" alt="lib/rq-3.0.0/sleepcycle.rb">
132
+ <area shape="RECT" coords="984,464,1109,372" href="../RQ.html" alt="lib/rq-3.0.0/executor.rb">
133
+ <area shape="RECT" coords="324,464,461,372" href="../RQ.html" alt="lib/rq-3.0.0/resubmitter.rb">
134
+ <area shape="RECT" coords="2373,227,2539,135" href="../RQ.html" alt="lib/rq-3.0.0/orderedautohash.rb">
135
+ <area shape="RECT" coords="1661,227,1829,135" href="../RQ.html" alt="lib/rq-3.0.0/resourcemanager.rb">
136
+ <area shape="RECT" coords="1524,227,1651,135" href="../RQ.html" alt="lib/rq-3.0.0/resource.rb">
137
+ <area shape="RECT" coords="869,345,1037,253" href="../RQ.html" alt="lib/rq-3.0.0/jobrunnerdaemon.rb">
138
+ <area shape="RECT" coords="2288,464,2417,372" href="../RQ.html" alt="lib/rq-3.0.0/recoverer.rb">
139
+ <area shape="RECT" coords="2560,464,2677,372" href="../RQ.html" alt="lib/rq-3.0.0/querier.rb">
140
+ <area shape="RECT" coords="1383,464,1507,372" href="../RQ.html" alt="lib/rq-3.0.0/ioviewer.rb">
141
+ <area shape="RECT" coords="1259,464,1372,372" href="../RQ.html" alt="lib/rq-3.0.0/locker.rb">
142
+ <area shape="RECT" coords="1120,464,1248,372" href="../RQ.html" alt="lib/rq-3.0.0/submitter.rb">
143
+ <area shape="RECT" coords="856,464,973,372" href="../RQ.html" alt="lib/rq-3.0.0/relayer.rb">
144
+ <area shape="RECT" coords="1420,204,1513,157" href="Usage.html" alt="Usage">
145
+ <area shape="RECT" coords="1316,204,1409,157" href="Util.html" alt="Util">
146
+ <area shape="RECT" coords="1188,204,1295,157" href="Logging/LogClassMethods.html" alt="LogClassMethods">
147
+ <area shape="RECT" coords="1084,204,1177,157" href="Logging/LoggerExt.html" alt="LoggerExt">
148
+ <area shape="RECT" coords="980,204,1073,157" href="Logging/LogMethods.html" alt="LogMethods">
149
+ <area shape="RECT" coords="953,215,1305,124" href="Logging.html" alt="Logging">
150
+ <area shape="RECT" coords="16,475,2688,91" href="../RQ.html" alt="RQ">
151
+ </map>
152
+ <img src="../../dot/m_44_0.jpg" usemap="#map" border=0 alt="Module: RQ">
153
+ </div>
154
+
155
+ <div id="description">
156
+ <p>
157
+ the reasons this is pulled off into it&#8217;s own module are
158
+ </p>
159
+ <ul>
160
+ <li>it&#8217;s really big
161
+
162
+ </li>
163
+ <li>it totally wrecks vim&#8217;s syntax highlighting
164
+
165
+ </li>
166
+ </ul>
167
+
168
+ </div>
169
+
170
+
171
+ <div id="method-list">
172
+ <h2 class="section-bar">Methods</h2>
173
+
174
+ <div class="name-list">
175
+ <a href="#M000051">cget</a>&nbsp;&nbsp;
176
+ <a href="#M000052">usage</a>&nbsp;&nbsp;
177
+ </div>
178
+ </div>
179
+
180
+ <div id="constants-list">
181
+ <h2 class="section-bar">Constants</h2>
182
+
183
+ <div class="name-list">
184
+ <table summary="Constants">
185
+ <tr class="top-aligned-row context-row">
186
+ <td class="context-item-name">PROGNAM</td>
187
+ <td>=</td>
188
+ <td class="context-item-value">'rq'</td>
189
+ </tr>
190
+ <tr class="top-aligned-row context-row">
191
+ <td class="context-item-name">USAGE_BANNER</td>
192
+ <td>=</td>
193
+ <td class="context-item-value">#--{{{ <<-usage_banner NAME rq v#{ VERSION } SYNOPSIS rq (queue | export RQ_Q=q) mode [mode_args]* [options]* usage_banner</td>
194
+ </tr>
195
+ <tr class="top-aligned-row context-row">
196
+ <td>&nbsp;</td>
197
+ <td colspan="2" class="context-item-desc">
198
+ :nodoc
199
+
200
+ </td>
201
+ </tr>
202
+ <tr class="top-aligned-row context-row">
203
+ <td class="context-item-name">USAGE</td>
204
+ <td>=</td>
205
+ <td class="context-item-value">#--{{{ <<-usage #{ USAGE_BANNER } URIS http://codeforpeople.com/lib/ruby/rq/ http://raa.ruby-lang.org/project/rq/ http://www.linuxjournal.com/article/7922 DESCRIPTION ruby queue (rq) is a zero-admin zero-configuration tool used to create instant unix clusters. rq requires only a central nfs filesystem in order to manage a simple sqlite database as a distributed priority work queue. this simple design allows researchers with minimal unix experience to install and configure, in only a few minutes and without root privileges, a robust unix cluster capable of distributing processes to many nodes - bringing dozens of powerful cpus to their knees with a single blow. clearly this software should be kept out of the hands of free radicals, seti enthusiasts, and one mr. j safran. the central concept of rq is that n nodes work in isolation to pull jobs from an centrally mounted nfs priority work queue in a synchronized fashion. the nodes have absolutely no knowledge of each other and all communication is done via the queue meaning that, so long as the queue is available via nfs and a single node is running jobs from it, the system will continue to process jobs. there is no centralized process whatsoever - all nodes work to take jobs from the queue and run them as fast as possible. this creates a system which load balances automatically and is robust in face of node failures. although the rq system is simple in it's design it features powerful functionality such as priority management, predicate and sql query , compact streaming command-line processing, programmable api, hot-backup, and input/capture of the stdin/stdout/stderr io streams of remote jobs. to date rq has had no reported runtime failures and is in operation at dozens of research centers around the world. INVOCATION the first argument to any rq command is the always the name of the queue while the second is the mode of operation. the queue name may be omitted if, and only if, the environment variable RQ_Q has been set to contain the absolute path of target queue. for instance, the command ~ > rq queue list is equivalent to ~ > export RQ_Q=queue ~ > rq list this facility can be used to create aliases for several queues, for example, a .bashrc containing alias MYQ="RQ_Q=/path/to/myq rq" alias MYQ2="RQ_Q=/path/to/myq2 rq" would allow syntax like MYQ2 submit < joblist MODES rq operates in modes create, submit, resubmit, list, status, delete, update, query, execute, configure, snapshot, lock, backup, rotate, feed, recover, ioview, cron, help, and a few others. the meaning of 'mode_args' will naturally change depending on the mode of operation. the following mode abbreviations exist, note that not all modes have abbreviations c => create s => submit r => resubmit l => list ls => list t => status d => delete rm => delete u => update q => query e => execute C => configure S => snapshot L => lock b => backup R => rotate f => feed io => ioview 0 => stdin 1 => stdout 2 => stderr h => help create, c : creates a queue. the queue must be located on an nfs mounted file system visible from all nodes intended to run jobs from it. nfs locking must be functional on this file system. examples : 0) to create a queue ~ > rq /path/to/nfs/mounted/q create or, using the abbreviation ~ > rq /path/to/nfs/mounted/q c submit, s : submit jobs to a queue to be proccesed by some feeding node. any 'mode_args' are taken as the command to run. note that 'mode_args' are subject to shell expansion - if you don't understand what this means do not use this feature and pass jobs on stdin. when running in submit mode a file may by specified as a list of commands to run using the '--infile, -i' option. this file is taken to be a newline separated list of commands to submit, blank lines and comments (#) are allowed. if submitting a large number of jobs the input file method is MUCH, more efficient. if no commands are specified on the command line rq automatically reads them from stdin. yaml formatted files are also allowed as input (http://www.yaml.org/) - note that the output of nearly all rq commands is valid yaml and may, therefore, be piped as input into the submit command. the leading '---' of yaml file may not be omitted. when submitting the '--priority, -p' option can be used here to determine the priority of jobs. priorities may be any whole number including negative ones - zero is the default. note that submission of a high priority job will NOT supplant a currently running low priority job, but higher priority jobs WILL always migrate above lower priority jobs in the queue in order that they be run as soon as possible. constant submission of high priority jobs may create a starvation situation whereby low priority jobs are never allowed to run. avoiding this situation is the responsibility of the user. the only guaruntee rq makes regarding job execution is that jobs are executed in an 'oldest-highest-priority' order and that running jobs are never supplanted. jobs submitted with the '--stage' option will not be eligible to be run by any node and will remain in a 'holding' state until updated (see update mode) into the 'pending' mode, this option allows jobs to entered, or 'staged', in the queue and then made candidates for running at a later date. rq allows the stdin of commands to be provided and also captures the stdout and stderr of any job run (of course standard shell redirects may be used as well) and all three will be stored in a directory relative the the queue itself. the stdin/stdout/stderr files are stored by job id and there location (though relative to the queue) is shown in the output of 'list' (see docs for list). examples : 0) submit the job ls to run on some feeding host ~ > rq q s ls 1) submit the job ls to run on some feeding host, at priority 9 ~ > rq -p9 q s ls 2) submit a list of jobs from file. note the '-' used to specify reading jobs from stdin ~ > cat joblist job1.sh job2.sh job2.sh ~ > rq q submit --infile=joblist 3) submit a joblist on stdin ~ > cat joblist | rq q submit - or ~ > rq q submit - <joblist 4) submit cat as a job, providing the stdin for cat from the file cat.in ~ > rq q submit cat --stdin=cat.in 5) submit cat as a job, providing the stdin for the cat job on stdin ~ > cat cat.in | rq q submit cat --stdin=- or ~ > rq q submit cat --stdin=- <cat.in 6) submit 42 priority 9 jobs from a command file, marking them as 'important' using the '--tag, -t' option. ~ > wc -l cmdfile 42 ~ > rq -p9 -timportant q s < cmdfile 6) re-submit all the 'important' jobs (see 'query' section below) ~ > rq q query tag=important | rq q s - 8) re-submit all jobs which are already finished (see 'list' section below) ~ > rq q l f | rq q s 9) stage the job wont_run_yet to the queue in a 'holding' state. no feeder will run this job until it's state is upgraded to 'pending' ~ > rq q s --stage wont_run_yet resubmit, r : resubmit jobs back to a queue to be proccesed by a feeding node. resubmit is essentially equivalent to submitting a job that is already in the queue as a new job and then deleting the original job except that using resubmit is atomic and, therefore, safer and more efficient. resubmission respects any previous stdin provided for job input. read docs for delete and submit for more info. examples : 0) resubmit job 42 to the queue ~> rq q resubmit 42 1) resubmit all failed jobs ~> rq q query exit_status!=0 | rq q resubmit - 2) resubmit job 4242 with different stdin ~ rq q resubmit 4242 --stdin=new_stdin.in list, l, ls : list mode lists jobs of a certain state or job id. state may be one of pending, holding, running, finished, dead, or all. any 'mode_args' that are numbers are taken to be job id's to list. states may be abbreviated to uniqueness, therefore the following shortcuts apply : p => pending h => holding r => running f => finished d => dead a => all examples : 0) show everything in q ~ > rq q list all or ~ > rq q l all or ~ > export RQ_Q=q ~ > rq l 1) show q's pending jobs ~ > rq q list pending 2) show q's running jobs ~ > rq q list running 3) show q's finished jobs ~ > rq q list finished 4) show job id 42 ~ > rq q l 42 5) show q's holding jobs ~ > rq q list holding status, t : status mode shows the global state the queue and statistics on it's the cluster's performance. there are no 'mode_args'. the meaning of each state is as follows: pending => no feeder has yet taken this job holding => a hold has been placed on this job, thus no feeder will start it running => a feeder has taken this job finished => a feeder has finished this job dead => rq died while running a job, has restarted, and moved this job to the dead state note that rq cannot move jobs into the dead state unless it has been restarted. this is because no node has any knowledge of other nodes and cannot possibly know if a job was started on a node that subsequently died, or that it is simply taking a very long time to complete. only the node that dies, upon restart, can determine that it owns jobs that 'were started before it started running jobs', an impossibility, and move these jobs into the dead state. normally only a machine crash would cause a job to be placed into the dead state. dead jobs are automatically restarted if, and only if, the job was submitted with the '--restartable' flag. status breaks down a variety of canned statistics about a nodes' performance based solely on the jobs currently in the queue. only one option affects the ouput: '--exit'. this option is used to specify additionaly exit code mappings on which to report. normally rq will report any job with an exit code of 0 as being 'successes' and any job with an exit code that is not 0, or a status of 'dead', as being 'failures'. if the '--exit' switch is used then additional mappings can be specified, note that the the semantics for 'successes' and 'failures' does not change - this keyword specifies extra mappings. examples : 0) show q's status ~ > rq q t 2) show q's status, consider any exit code of 42 will be listed as 'ok' ~ > rq q t --exit ok=42 3) show q's status, consider any exit code of 42 or 43 will be listed as 'ok' and 127 will be listed as 'command_not_found'. notice the quoting required. ~ > rq q t --exit 'ok=42,43 command_not_found=127' delete, d : delete combinations of pending, holding, finished, dead, or jobs specified by jid. the delete mode is capable of parsing the output of list and query modes, making it possible to create custom filters to delete jobs meeting very specific conditions. 'mode_args' are the same as for list. note that it is NOT possible to delete a running job. rq has a decentralized architechture which means that compute nodes are completely independant of one another; an extension is that there is no way to communicate the deletion of a running job from the queue the the node actually running that job. it is not an error to force a job to die prematurely using a facility such as an ssh command spawned on the remote host to kill it. once a job has been noted to have finished, whatever the exit status, it can be deleted from the queue. examples : 0) delete all pending, finished, and dead jobs from a queue ~ > rq q d all 1) delete all pending jobs from a queue ~ > rq q d p 2) delete all finished jobs from a queue ~ > rq q d f 3) delete jobs via hand crafted filter program ~ > rq q list | yaml_filter_prog | rq q d - an example ruby filter program (you have to love this) ~ > cat yaml_filter_prog require 'yaml' joblist = YAML::load STDIN y joblist.select{|job| job['command'] =~ /bombing_program/} this program reads the list of jobs (yaml) from stdin and then dumps only those jobs whose command matches 'bombing_program', which is subsequently piped to the delete command. update, u : update assumes all leading arguments are jids to update with subsequent key=value pairs. currently only the 'command', 'priority', and 'tag' fields of pending jobs can be generically updated and the 'state' field may be toggled between pending and holding. examples: 0) update the priority of job 42 ~ > rq q update 42 priority=7 1) update the priority of all pending jobs ~ > rq q update pending priority=7 2) query jobs with a command matching 'foobar' and update their command to be 'barfoo' ~ > rq q q "command like '%foobar%'" |\\ rq q u command=barfoo 3) place a hold on jid 2 ~ > rq q u 2 state=holding 4) place a hold on all jobs with tag=disk_filler ~ > rq q q tag=disk_filler | rq q u state=holding - 5) remove the hold on jid 2 ~ > rq q u 2 state=pending query, q : query exposes the database more directly the user, evaluating the where clause specified on the command line (or read from stdin). this feature can be used to make a fine grained slection of jobs for reporting or as input into the delete command. you must have a basic understanding of SQL syntax to use this feature, but it is fairly intuitive in this limited capacity. examples: 0) show all jobs submitted within a specific 10 minute range ~ > a='2004-06-29 22:51:00' ~ > b='2004-06-29 22:51:10' ~ > rq q query "started >= '$a' and started < '$b'" 1) shell quoting can be tricky here so input on stdin is also allowed to avoid shell expansion ~ > cat constraints.txt started >= '2004-06-29 22:51:00' and started < '2004-06-29 22:51:10' ~ > rq q query < contraints.txt or (same thing) ~ > cat contraints.txt| rq q query - 2) this query output might then be used to delete those jobs ~ > cat contraints.txt | rq q q - | rq q d - 3) show all jobs which are either finished or dead ~ > rq q q "state='finished' or state='dead'" 4) show all jobs which have non-zero exit status ~ > rq q query exit_status!=0 5) if you plan to query groups of jobs with some common feature consider using the '--tag, -t' feature of the submit mode which allows a user to tag a job with a user defined string which can then be used to easily query that job group ~ > rq q submit --tag=my_jobs - < joblist ~ > rq q query tag=my_jobs 6) in general all but numbers will need to be surrounded by single quotes unless the query is a 'simple' one. a simple query is a query with no boolean operators, not quotes, and where every part of it looks like key op value with ** NO SPACES ** between key, op, and value. if, and only if, the query is 'simple' rq will contruct the where clause appropriately. the operators accepted, and their meanings, are = : equivalence : sql = =~ : matches : sql like !~ : not matches : sql not like match, in the context is ** NOT ** a regular expression but a sql style string match. about all you need to know about sql matches is that the '%' char matches anything. multiple simple queries will be joined with boolean 'and' this sounds confusing - it isn't. here are some examples of simple queries 6.a) query : rq q query tag=important where_clause : "( tag = 'important' )" 6.b) query : rq q q priority=6 restartable=true where_clause : "( priority = 6 ) and ( restartable = 'true' )" 6.c) query : rq q q command=~%bombing_job% runner=~%node_1% where_clause : "( command like '%bombing_job%') and (runner like '%node_1%')" execute, e : execute mode is to be used by expert users with a knowledge of sql syntax only. it follows the locking protocol used by rq and then allows the user to execute arbitrary sql on the queue. unlike query mode a write lock on the queue is obtained allowing a user to definitively shoot themselves in the foot. for details on a queue's schema the file 'db.schema' in the queue directory should be examined. examples : 0) list all jobs ~ > rq q execute 'select * from jobs' configure, C : this mode is not supported yet. snapshot, p : snapshot provides a means of taking a snapshot of the q. use this feature when many queries are going to be run; for example when attempting to figure out a complex pipeline command your test queries will not compete with the feeders for the queue's lock. you should use this option whenever possible to avoid lock competition. examples: 0) take a snapshot using default snapshot naming, which is made via the basename of the q plus '.snapshot' ~ > rq /path/to/nfs/q snapshot 1) use this snapshot to chceck status ~ > rq ./q.snapshot status 2) use the snapshot to see what's running on which host ~ > rq ./q.snapshot list running | grep `hostname` note that there is also a snapshot option - this option is not the same as the snapshot command. the option can be applied to ANY command. if in effect then that command will be run on a snapshot of the database and the snapshot then immediately deleted. this is really only useful if one were to need to run a command against a very heavily loaded queue and did not wish to wait to obtain the lock. eg. 0) get the status of a heavily loaded queue ~ > rq q t --snapshot 1) same as above ~ > rq q t -s ** IMPORTANT ** a really great way to hang all processing in your queue is to do this rq q list | less and then leave for the night. you hold a read lock you won't release until less dies. this is what snapshot is made for! use it like rq q list -s | less now you've taken a snapshot of the queue to list so your locks affect no one. lock, L : lock the queue and then execute an arbitrary shell command. lock mode uses the queue's locking protocol to safely obtain a lock of the specified type and execute a command on the user's behalf. lock type must be one of (r)ead | (sh)ared | (w)rite | (ex)clusive examples : 0) get a read lock on the queue and make a backup ~ > rq q L read -- cp -r q q.bak (the '--' is needed to tell rq to stop parsing command line options which allows the '-r' to be passed to the 'cp' command) ** IMPORTANT ** this is another fantastic way to freeze your queue - use with care! backup, b : backup mode is exactly the same as getting a read lock on the queue and making a copy of it. this mode is provided as a convenience. 0) make a backup of the queue using default naming ( qname + timestamp + .bak ) ~ > rq q b 1) make a backup of the queue as 'q.bak' ~ > rq q b q.bak rotate, r : rotate mode is conceptually similar to log rolling. normally the list of finished jobs will grow without bound in a queue unless they are manually deleted. rotation is a method of trimming finished jobs from a queue without deleting them. the method used is that the queue is copied to a 'rotation'; all jobs that are dead or finished are deleted from the original queue and all pending and running jobs are deleted from the rotation. in this way the rotation becomes a record of the queue's finished and dead jobs at the time the rotation was made. 0) rotate a queue using default rotation name ~ > rq q rotate 1) rotate a queue naming the rotation ~ > rq q rotate q.rotation 2) a crontab entry like this could be used to rotate a queue daily 59 23 * * * rq q rotate `date +q.%Y%m%d` feed, f : take jobs from the queue and run them on behalf of the submitter as quickly as possible. jobs are taken from the queue in an 'oldest highest priority' first order. feeders can be run from any number of nodes allowing you to harness the CPU power of many nodes simoultaneously in order to more effectively clobber your network, anoy your sysads, and set output raids on fire. the most useful method of feeding from a queue is to do so in daemon mode so that if the process loses it's controling terminal it will not exit when you exit your terminal session. use the '--daemon, -d' option to accomplish this. by default only one feeding process per host per queue is allowed to run at any given moment. because of this it is acceptable to start a feeder at some regular interval from a cron entry since, if a feeder is alreay running, the process will simply exit and otherwise a new feeder will be started. in this way you may keep feeder processing running even acroess machine reboots without requiring sysad intervention to add an entry to the machine's startup tasks. examples : 0) feed from a queue verbosely for debugging purposes, using a minimum and maximum polling time of 2 and 4 respectively. you would NEVER specify polling times this brief except for debugging purposes!!! ~ > rq q feed -v4 --min_sleep=2 --max_sleep=4 1) same as above, but viewing the executed sql as it is sent to the database ~ > RQ_SQL_DEBUG=1 rq q feed -v4 --min_sleep=2 --max_sleep=4 2) feed from a queue in daemon mode - logging to /home/ahoward/rq.log ~ > rq q feed --daemon -l/home/$USER/rq.log log rolling in daemon mode is automatic so your logs should never need to be deleted to prevent disk overflow. start : the start mode is equivalent to running the feed mode except the --daemon is implied so the process instantly goes into the background. also, if no log (--log) is specified in start mode a default one is used. the default is /home/$USER/$BASENAME_OF_Q.log examples : 0) start a daemon process feeding from q ~ > rq q start 1) use something like this sample crontab entry to keep a feeder running forever - it attempts to (re)start every fifteen minutes but exits if another process is already feeding. output is only created when the daemon is started so your mailbox will not fill up with this crontab entry: # # crontab.sample # */15 * * * * /path/to/bin/rq /path/to/q start and entry like this on every node in your cluster is all that's needed to keep your cluster going - even after a reboot. shutdown : tell a running feeder to finish any pending jobs and then to exit. this is equivalent to sending signal 'SIGTERM' to the process - this is what using 'kill pid' does by default. examples : 0) stop a feeding process, if any, that is feeding from q. allow all jobs to be finished first. ~ > rq q shutdown ** VERY IMPORTANT ** if you are keeping your feeder alive with a crontab entry you'll need to comment it out before doing this or else it will simply re-start!!! stop : tell any running feeder to stop NOW. this sends signal 'SIGKILL' (-9) to the feeder process. the same warning as for shutdown applies!!! examples : 0) stop a feeding process, if any, that is feeding from q. allow NO jobs to be finished first - exit instantly. ~ > rq q stop cron : when given 'start' for 'mode_args' this option automatically adds a crontab entry to keep a feeder alive indefinitely and starts a feeder in the background. this is a shortcut to start a feeder and ensure it stays running forever, even across re-boots. 'stop' as an argument applys the inverse option: any crontab entry is removed and the daemon shutdown nicely. a second argument of 'hard' will do a stop instead of a shutdown. the addition and subtraction of crontab entries is robust, however, if you already have crontab lines maintaining your feeders with a vastly different syntax it would be best to shut down, remove them, and then let rq manage them. then again, some people are quite brave... examples : 0) automatically add crontab entry and start daemon feeder ~ > rq q cron start 1) automatically remove crontab entry and shutdown daemon feeder nicely ~ > rq q cron shutdown 2) the same, but using stop instead of shutdown ~ > rq q cron stop pid : show the pid, if any, of the feeder on this host ~ > rq q feeder --- pid : 3176 ioview, io : as shown in the description for submit, a job maybe be provided stdin during job submission. the stdout and stderr of the job are also captured as the job is run. all three streams are captured in files located relative to the queue. so, if one has submitted a job, and it's jid was shown to be 42, by using something like ~ > rq /path/to/q submit myjob --stdin=myjob.in --- - jid : 42 priority : 0 ... stdin : stdin/42 stdout : stdout/42 stderr : stderr/42 ... command : myjob the stdin file will exists as soon as the job is submitted and the others will exist once the job has begun running. note that these paths are shown relative to the queue. in this case the actual paths would be /path/to/q/stdin/42 /path/to/q/stdout/42 /path/to/q/stderr/42 but, since our queue is nfs mounted the /path/to/q may or may not be the same on every host. thus the path is a relative one. this can make it anoying to view these files, but rq assists here with the ioview command. the ioview command spawns an external editor to view all three files. it's use is quite simple examples : 0) view the stdin/stdout/stderr of job id 42 ~ > rq q ioview 42 by default this will open up all three files in vim. the editor command can be specified using the '--editor' option or the ENV var RQ_EDITOR. the default value is 'vim -R -o' which allows all three files to be opened in a single window. stdin, 0 : dump the stdinput (if any) provided to the job examples : 0) dump the stdin for jid 42 ~ > rq q stdin 42 stdout, 1 : dump the stdoutput (if any) created by the job examples : 0) dump the stdout for jid 42 ~ > rq q stdout 42 stderr, 2 : dump the stderrput (if any) created by the job examples : 0) dump the stderr for jid 42 ~ > rq q stderr 42 stdin4 : show the path used for the stdin of a jid examples : 0) show which file has job 42's stdin ~ > rq q stdin4 42 stdout4 : show the path used for the stdout of a jid examples : 0) show which file has job 42's stdout ~ > rq q stdout4 42 stderr4 : show the path used for the stderr of a jid examples : 0) show which file has job 42's stderr ~ > rq q stderr4 42 recover : it is possible that a hardware failure might corrupt an rq database. this isn't the kind of thing people like hearing, but it's true - hardware has errors. in these situations a database can sometimes be readable, but not writable, or some other combination. this has been reported only a handful of times, nevertheless, this command wraps sqlite recovery to get you rolling again, it's acceptable to perform recovery on a live rq database with active feeders examples : 0) recover! ~ > rq q recover help, h : this message examples : 0) get this message ~> rq q help or ~> rq help NOTES - realize that your job is going to be running on a remote host and this has implications. paths, for example, should be absolute, not relative. specifically the submitted job script must be visible from all hosts currently feeding from a queue as must be the input and output files/directories. - jobs are currently run under the bash shell using the --login option. therefore any settings in your .bashrc will apply - specifically your PATH setting. you should not, however, rely on jobs running with any given environment. - you need to consider __CAREFULLY__ what the ramifications of having multiple instances of your program all potentially running at the same time will be. for instance, it is beyond the scope of rq to ensure multiple instances of a given program will not overwrite each others output files. coordination of programs is left entirely to the user. - the list of finished jobs will grow without bound unless you sometimes delete some (all) of them. the reason for this is that rq cannot know when the user has collected the exit_status of a given job, and so keeps this information in the queue forever until instructed to delete it. if you have collected the exit_status of you job(s) it is not an error to then delete that job from the finished list - the information is kept for your informational purposes only. in a production system it would be normal to periodically save, and then delete, all finished jobs. - know that it is a VERY bad idea to spawn several dozen process all reading/writing huge output files to a single NFS server. use this paradigm instead * copy/move data from global input space to local disk * process data * move data on local disk to global output space this, of course, applies to any nfs processing, not just those jobs submitted to rq the vsftp daemon is an excellent utility to have running on hosts in your cluster so anonymous ftp can be used to get/put data between any two hosts. - know that nfs locking is very, very easy to break with firewalls put in place by overzealous system administrators. be postive not only that nfs locking works, but that lock recovery server/client crash or reboot works as well. http://nfs.sourceforge.net/ is the place to learn about NFS. my experience thus far is that there are ZERO properly configured NFS installations in the world. please test yours. contact me for a simple script which can assist you. beer donations required as payment. ENVIRONMENT RQ_Q: set to the full path of nfs mounted queue the queue argument to all commands may be omitted if, and only if, the environment variable 'RQ_Q' contains the full path to the q. eg. ~ > export RQ_Q=/full/path/to/my/q this feature can save a considerable amount of typing for those weak of wrist. a shell script like this can also be used to avoid needing to type the queue name each and every time ~ > cat my_q #!/bin/sh rq /full/path/to/my/q "$@" and then all operations become, for example ~> my_q submit my_mob ~> my_q status ~> my_q delete 42 RQ_OPTS | RQ_OPTIONS: specify extra options this ENV var can be used to specify options which should always apply, for example ~ > export RQ_OPTS=--restartable and shell script like this might be used to mark jobs submitted by a certain user and to always submit them at a negative priority ~ > cat username_q #!/bin/sh export RQ_OPTS="--tag=username --priority=-42" rq /full/path/to/my/q "$@" actual command line options wil always override options given this way DIAGNOSTICS success : $? == 0 failure : $? != 0 CREDITS - kim baugh : patient tester and design input - jeff safran : the guy can break anything - chris elvidge : boss who made it possible - trond myklebust : tons of help with nfs - jamis buck : for writing the sqlite bindings for ruby - _why : for writing yaml for ruby - matz : for writing ruby AUTHOR #{ AUTHOR } BUGS 0 < bugno && bugno <= 42 reports to #{ AUTHOR } usage</td>
206
+ </tr>
207
+ <tr class="top-aligned-row context-row">
208
+ <td>&nbsp;</td>
209
+ <td colspan="2" class="context-item-desc">
210
+ :nodoc
211
+
212
+ </td>
213
+ </tr>
214
+ </table>
215
+ </div>
216
+ </div>
217
+
218
+
219
+
220
+
221
+
222
+ </div>
223
+
224
+
225
+
226
+ <!-- if includes -->
227
+
228
+
229
+ <!-- if method_list -->
230
+ <div id="methods">
231
+ <h2 class="section-bar">Public Instance methods</h2>
232
+
233
+ <div id="method-M000051" class="method-detail">
234
+ <a name="M000051"></a>
235
+
236
+ <div class="method-heading">
237
+ <a href="#M000051" class="method-signature">
238
+ <span class="method-name">cget</span><span class="method-args">const</span>
239
+ </a>
240
+ </div>
241
+
242
+ <div class="method-description">
243
+ <p><a class="source-toggle" href="#"
244
+ onclick="toggleCode('M000051-source');return false;">[Source]</a></p>
245
+ <div class="method-source-code" id="M000051-source">
246
+ <pre>
247
+ <span class="ruby-comment cmt"># File lib/rq-3.0.0/usage.rb, line 16</span>
248
+ 16: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">cget</span> <span class="ruby-identifier">const</span>
249
+ 17: <span class="ruby-comment cmt">#--{{{</span>
250
+ 18: <span class="ruby-keyword kw">begin</span>
251
+ 19: <span class="ruby-identifier">klass</span><span class="ruby-operator">::</span><span class="ruby-identifier">const_get</span> <span class="ruby-identifier">const</span>
252
+ 20: <span class="ruby-keyword kw">rescue</span> <span class="ruby-constant">NameError</span>
253
+ 21: <span class="ruby-keyword kw">nil</span>
254
+ 22: <span class="ruby-keyword kw">end</span>
255
+ 23: <span class="ruby-comment cmt">#--}}}</span>
256
+ 24: <span class="ruby-keyword kw">end</span>
257
+ </pre>
258
+ </div>
259
+ </div>
260
+ </div>
261
+
262
+ <div id="method-M000052" class="method-detail">
263
+ <a name="M000052"></a>
264
+
265
+ <div class="method-heading">
266
+ <a href="#M000052" class="method-signature">
267
+ <span class="method-name">usage</span><span class="method-args">opts = {}</span>
268
+ </a>
269
+ </div>
270
+
271
+ <div class="method-description">
272
+ <p><a class="source-toggle" href="#"
273
+ onclick="toggleCode('M000052-source');return false;">[Source]</a></p>
274
+ <div class="method-source-code" id="M000052-source">
275
+ <pre>
276
+ <span class="ruby-comment cmt"># File lib/rq-3.0.0/usage.rb, line 25</span>
277
+ 25: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">usage</span> <span class="ruby-identifier">opts</span> = {}
278
+ 26: <span class="ruby-comment cmt">#--{{{</span>
279
+ 27: <span class="ruby-identifier">port</span> = <span class="ruby-identifier">getopt</span> <span class="ruby-value str">'port'</span>, <span class="ruby-identifier">opts</span>
280
+ 28: <span class="ruby-identifier">long</span> = <span class="ruby-identifier">getopt</span> <span class="ruby-value str">'long'</span>, <span class="ruby-identifier">opts</span>
281
+ 29:
282
+ 30: <span class="ruby-identifier">port</span> = <span class="ruby-constant">STDERR</span> <span class="ruby-keyword kw">if</span> <span class="ruby-identifier">port</span>.<span class="ruby-identifier">nil?</span>
283
+ 31:
284
+ 32: <span class="ruby-keyword kw">if</span>(<span class="ruby-identifier">long</span> <span class="ruby-keyword kw">and</span> (<span class="ruby-identifier">txt</span> = <span class="ruby-identifier">cget</span> <span class="ruby-value str">'USAGE'</span>))
285
+ 33: <span class="ruby-identifier">port</span> <span class="ruby-operator">&lt;&lt;</span> <span class="ruby-identifier">txt</span> <span class="ruby-operator">&lt;&lt;</span> <span class="ruby-value str">&quot;\n&quot;</span>
286
+ 34: <span class="ruby-keyword kw">elsif</span>((<span class="ruby-identifier">txt</span> = <span class="ruby-identifier">cget</span> <span class="ruby-value str">'USAGE_BANNER'</span>))
287
+ 35: <span class="ruby-identifier">port</span> <span class="ruby-operator">&lt;&lt;</span> <span class="ruby-identifier">txt</span> <span class="ruby-operator">&lt;&lt;</span> <span class="ruby-value str">&quot;\n&quot;</span>
288
+ 36: <span class="ruby-keyword kw">else</span>
289
+ 37: <span class="ruby-identifier">port</span> <span class="ruby-operator">&lt;&lt;</span> <span class="ruby-node">&quot;#{ $0 } [options]* [args]*&quot;</span> <span class="ruby-operator">&lt;&lt;</span> <span class="ruby-value str">&quot;\n&quot;</span>
290
+ 38: <span class="ruby-keyword kw">end</span>
291
+ 39:
292
+ 40: <span class="ruby-keyword kw">if</span>((<span class="ruby-identifier">optspec</span> = <span class="ruby-identifier">cget</span> <span class="ruby-value str">'OPTSPEC'</span>))
293
+ 41: <span class="ruby-identifier">port</span> <span class="ruby-operator">&lt;&lt;</span> <span class="ruby-value str">'OPTIONS'</span> <span class="ruby-operator">&lt;&lt;</span> <span class="ruby-value str">&quot;\n&quot;</span>
294
+ 42: <span class="ruby-identifier">optspec</span>.<span class="ruby-identifier">each</span> <span class="ruby-keyword kw">do</span> <span class="ruby-operator">|</span><span class="ruby-identifier">os</span><span class="ruby-operator">|</span>
295
+ 43: <span class="ruby-identifier">a</span>, <span class="ruby-identifier">b</span>, <span class="ruby-identifier">c</span> = <span class="ruby-identifier">os</span>
296
+ 44: <span class="ruby-identifier">long</span>, <span class="ruby-identifier">short</span>, <span class="ruby-identifier">desc</span> = <span class="ruby-keyword kw">nil</span>
297
+ 45: [<span class="ruby-identifier">a</span>,<span class="ruby-identifier">b</span>,<span class="ruby-identifier">c</span>].<span class="ruby-identifier">each</span> <span class="ruby-keyword kw">do</span> <span class="ruby-operator">|</span><span class="ruby-identifier">word</span><span class="ruby-operator">|</span>
298
+ 46: <span class="ruby-keyword kw">next</span> <span class="ruby-keyword kw">unless</span> <span class="ruby-identifier">word</span>
299
+ 47: <span class="ruby-identifier">word</span>.<span class="ruby-identifier">strip!</span>
300
+ 48: <span class="ruby-keyword kw">case</span> <span class="ruby-identifier">word</span>
301
+ 49: <span class="ruby-keyword kw">when</span> <span class="ruby-regexp re">%/^--[^-]/o</span>
302
+ 50: <span class="ruby-identifier">long</span> = <span class="ruby-identifier">word</span>
303
+ 51: <span class="ruby-keyword kw">when</span> <span class="ruby-regexp re">%/^-[^-]/o</span>
304
+ 52: <span class="ruby-identifier">short</span> = <span class="ruby-identifier">word</span>
305
+ 53: <span class="ruby-keyword kw">else</span>
306
+ 54: <span class="ruby-identifier">desc</span> = <span class="ruby-identifier">word</span>
307
+ 55: <span class="ruby-keyword kw">end</span>
308
+ 56: <span class="ruby-keyword kw">end</span>
309
+ 57: <span class="ruby-identifier">spec</span> = ((<span class="ruby-identifier">long</span> <span class="ruby-keyword kw">and</span> <span class="ruby-identifier">short</span>) <span class="ruby-operator">?</span> [<span class="ruby-identifier">long</span>, <span class="ruby-identifier">short</span>] <span class="ruby-operator">:</span> [<span class="ruby-identifier">long</span>])
310
+ 58: <span class="ruby-keyword kw">if</span> <span class="ruby-identifier">spec</span>
311
+ 59: <span class="ruby-identifier">port</span> <span class="ruby-operator">&lt;&lt;</span> <span class="ruby-identifier">columnize</span>(<span class="ruby-identifier">spec</span>.<span class="ruby-identifier">join</span>(<span class="ruby-value str">', '</span>), <span class="ruby-value">80</span>, <span class="ruby-value">2</span>)
312
+ 60: <span class="ruby-identifier">port</span> <span class="ruby-operator">&lt;&lt;</span> <span class="ruby-value str">&quot;\n&quot;</span>
313
+ 61: <span class="ruby-keyword kw">end</span>
314
+ 62: <span class="ruby-keyword kw">if</span> <span class="ruby-identifier">desc</span>
315
+ 63: <span class="ruby-identifier">port</span> <span class="ruby-operator">&lt;&lt;</span> <span class="ruby-identifier">columnize</span>(<span class="ruby-identifier">desc</span>, <span class="ruby-value">80</span>, <span class="ruby-value">8</span>)
316
+ 64: <span class="ruby-identifier">port</span> <span class="ruby-operator">&lt;&lt;</span> <span class="ruby-value str">&quot;\n&quot;</span>
317
+ 65: <span class="ruby-keyword kw">end</span>
318
+ 66: <span class="ruby-keyword kw">end</span>
319
+ 67: <span class="ruby-identifier">port</span> <span class="ruby-operator">&lt;&lt;</span> <span class="ruby-value str">&quot;\n&quot;</span>
320
+ 68: <span class="ruby-keyword kw">end</span>
321
+ 69:
322
+ 70: <span class="ruby-keyword kw">if</span>((<span class="ruby-identifier">txt</span> = <span class="ruby-identifier">cget</span> <span class="ruby-value str">'EXAMPLES'</span>))
323
+ 71: <span class="ruby-identifier">port</span> <span class="ruby-operator">&lt;&lt;</span> <span class="ruby-identifier">txt</span> <span class="ruby-operator">&lt;&lt;</span> <span class="ruby-value str">&quot;\n&quot;</span>
324
+ 72: <span class="ruby-keyword kw">end</span>
325
+ 73:
326
+ 74: <span class="ruby-identifier">port</span>
327
+ 75: <span class="ruby-comment cmt">#--}}}</span>
328
+ 76: <span class="ruby-keyword kw">end</span>
329
+ </pre>
330
+ </div>
331
+ </div>
332
+ </div>
333
+
334
+
335
+ </div>
336
+
337
+
338
+ </div>
339
+
340
+
341
+ <div id="validator-badges">
342
+ <p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p>
343
+ </div>
344
+
345
+ </body>
346
+ </html>