chore: Enable runtime metrics on Heroku (#1178)
Co-authored-by: Pranav Raj S <pranav@thoughtwoot.com>
This commit is contained in:
@@ -107,7 +107,7 @@ class Twilio::IncomingMessageService
|
||||
)
|
||||
|
||||
@message.save!
|
||||
rescue Errno::ETIMEDOUT, Errno::ECONNREFUSED => e
|
||||
rescue Errno::ETIMEDOUT, Errno::ECONNREFUSED, SocketError => e
|
||||
Rails.logger.info "invalid url #{file_url} : #{e.message}"
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user