#778: pass "save_results" option to resque job
This commit is contained in:
parent
f90bd06fb3
commit
e3314a724f
|
@ -234,6 +234,7 @@ class Project < ActiveRecord::Base
|
|||
:platform_path => platform_path
|
||||
},
|
||||
:repository_name => repository.name,
|
||||
:save_results => false,
|
||||
:time_living => 2400 # 40 min
|
||||
}]
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue