Community Tip - Your Friends List is a way to easily have access to the community members that you interact with the most! X
Hello community,
I would like to learn when thingworx return a timeout or connection refused or 404. I put to you in context, we have a simulated device that send data to one thingworx endpoint each 15 seconds, and sometimes we receive the next errors:
Here I can put some logs:
timeout error - reference to TaskCanceledException
Connection refused
Can you help me to discover which is the problem and when happen each error?
Thank you in advance,
Luis.
For all those errors I would try monitoring ThingWorx to understand what's really happening with it. Either it's experiencing high load - therefore generating the connection timeout or it's completely down (in process of restarting). And always make sure infrastructure works fine, for example you can run a curl script that attempts to connect to external websites to see if there's a connectivity issue somewhere.