#778: pass "save_results" option to resque job

This commit is contained in:
Vokhmin Alexey V 2012-12-17 20:13:24 +04:00
parent f90bd06fb3
commit e3314a724f
1 changed files with 1 additions and 0 deletions

View File

@ -234,6 +234,7 @@ class Project < ActiveRecord::Base
:platform_path => platform_path :platform_path => platform_path
}, },
:repository_name => repository.name, :repository_name => repository.name,
:save_results => false,
:time_living => 2400 # 40 min :time_living => 2400 # 40 min
}] }]
) )