increase timeout on jobs to see if that helps

This commit is contained in:
Maxwell Salzberg 2011-10-24 16:00:52 -07:00
parent c447415d9f
commit 08bbce90a9

View file

@ -1,6 +1,6 @@
require 'resque'
Resque::Plugins::Timeout.timeout = 120
Resque::Plugins::Timeout.timeout = 300
if !AppConfig.single_process_mode?
if redis_to_go = ENV["REDISTOGO_URL"]