I seem to be hitting timeouts for document conversion:
begin
words_api = AsposeWordsCloud::WordsApi.new
result = words_api.convert_document(request)
rescue Faraday::TimeoutError => e
raise "Aspose Timeout Error: [#{e.message}]"
end
The code blows up with Net::ReadTimeout with #<TCPSocket:(closed
It seems a bit random - most of the time service functions fine, but for some requests its starting to hang and then times out. Any insights as to why it might happen?
We know the issue you’re experiencing and want to assure you that our team is working diligently to resolve it as quickly as possible. We appreciate your patience and understanding.
One of our network components was malfunctioning, but our admin team has successfully localized and resolved the issue. They are currently analyzing the cause to ensure it does not happen again. We apologize for any inconvenience this may have caused.
I contacted my colleagues from the admin team, and they told me there was an issue with the VM when it responded to the health check but failed to respond to other requests. We redeployed these VMs and will look more closely at what is happening to them. Please check that you don’t get timeouts now.