diff --git a/app/jobs/deploy_job.rb b/app/jobs/deploy_job.rb index 9ded7dc9..9fbdb570 100644 --- a/app/jobs/deploy_job.rb +++ b/app/jobs/deploy_job.rb @@ -64,6 +64,8 @@ class DeployJob < ApplicationJob t << ([type.to_s] + row.values) end end) + + puts "\a" rescue DeployTimedOutException => e notify_exception e ensure