Sha256: a34e15949e22b6344f9663c01ed570b07ad6e7f3511bff15f8213ff2b555eafb
Contents?: true
Size: 1.15 KB
Versions: 2
Compression:
Stored size: 1.15 KB
Contents
<?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "DTD/xhtml1-transitional.dtd"> <!-- jobisrunning (RQ::JobQueue) --> <html> <head> <title>jobisrunning (RQ::JobQueue)</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <link rel="stylesheet" href="http://www.FaerieMUD.org/stylesheets/rdoc.css" type="text/css" /> </head> <body> <pre><span class="ruby-comment cmt"># File lib/rq-2.3.1/jobqueue.rb, line 616</span> <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">jobisrunning</span> <span class="ruby-identifier">job</span> <span class="ruby-comment cmt">#--{{{</span> <span class="ruby-identifier">sql</span> = <span class="ruby-value str">"update jobs\nset\npid='\#{ job['pid'] }',\nstate='\#{ job['state'] }',\nstarted='\#{ job['started'] }',\nrunner='\#{ job['runner'] }'\nwhere jid=\#{ job['jid'] };\n"</span> <span class="ruby-identifier">execute</span> <span class="ruby-identifier">sql</span> <span class="ruby-comment cmt">#--}}}</span> <span class="ruby-keyword kw">end</span></pre> </body> </html>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
rq-3.0.0 | doc/classes/RQ/JobQueue.src/M000187.html |
rq-3.1.0 | doc/classes/RQ/JobQueue.src/M000187.html |