5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-07-08 22:55:45 +00:00

feat: hacer sonar una campana

This commit is contained in:
f 2023-03-18 15:23:13 -03:00
parent 816773282b
commit d1a3ec2569

View file

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