increase timeout on jobs to see if that helps
This commit is contained in:
parent
c447415d9f
commit
08bbce90a9
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
require 'resque'
|
require 'resque'
|
||||||
|
|
||||||
Resque::Plugins::Timeout.timeout = 120
|
Resque::Plugins::Timeout.timeout = 300
|
||||||
|
|
||||||
if !AppConfig.single_process_mode?
|
if !AppConfig.single_process_mode?
|
||||||
if redis_to_go = ENV["REDISTOGO_URL"]
|
if redis_to_go = ENV["REDISTOGO_URL"]
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue