Method: Lockfile#gen_lock_id
- Defined in:
- lib/rq/lockfile.rb
#gen_lock_id ⇒ Object
–}}}
447 448 449 450 451 452 453 454 455 456 |
# File 'lib/rq/lockfile.rb', line 447 def gen_lock_id #--{{{ Hash[ 'host' => "#{ HOSTNAME }", 'pid' => "#{ Process.pid }", 'ppid' => "#{ Process.ppid }", 'time' => , ] #--}}} end |