Temporary workaround to the build pending until build finishes on specific arch
This commit is contained in:
parent
75a1cb3e95
commit
636ae70c45
|
@ -32,7 +32,7 @@ module AbfWorkerMethods
|
|||
|
||||
def restart_job
|
||||
update_build_sets
|
||||
Redis.current.lpush "resque:queue:#{worker_queue_with_priority}",
|
||||
Redis.current.push "resque:queue:#{worker_queue_with_priority}",
|
||||
Resque.encode({'class' => worker_queue_class, 'args' => [abf_worker_args]})
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in New Issue