timeout fixes, UTF8 for templates

This commit is contained in:
Kyle Drake 2013-06-23 18:40:34 -07:00
parent 14480062ba
commit 52713937c5
5 changed files with 10 additions and 3 deletions

View file

@ -49,5 +49,5 @@ end
Backburner.configure do |config|
config.max_job_retries = 3
config.retry_delay = 200
config.respond_timeout = 20
config.respond_timeout = 120
end