5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-06-01 09:14:18 +00:00

feat: hacer sonar una campana

This commit is contained in:
f 2023-03-18 15:23:13 -03:00
parent d4f4627dab
commit 5974a40d02

View file

@ -66,6 +66,8 @@ class DeployJob < ApplicationJob
t << ([type.to_s] + row.values)
end
end)
puts "\a"
rescue DeployTimedOutException => e
notify_exception e
ensure