Fixed typo
This commit is contained in:
parent
636ae70c45
commit
bf798982ee
|
@ -32,7 +32,7 @@ module AbfWorkerMethods
|
|||
|
||||
def restart_job
|
||||
update_build_sets
|
||||
Redis.current.push "resque:queue:#{worker_queue_with_priority}",
|
||||
Redis.current.rpush "resque:queue:#{worker_queue_with_priority}",
|
||||
Resque.encode({'class' => worker_queue_class, 'args' => [abf_worker_args]})
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in New Issue