IBM-MIL / IBM-Ready-App-for-Insurance

Ready App that allows users to connect to a IoT sensor network within their home to manage the health of assets.
https://developer.ibm.com/open/ibm-ready-app-for-insurance
Other
26 stars 13 forks source link

Sometimes opening a simulator page doesn't create a tag in bluemix push #12

Closed rajohns08 closed 8 years ago

rajohns08 commented 8 years ago

This could either be a Bluemix Push issue or a bug with our code not making the rest call to create a tag every time. Haven't had a chance to look into it yet.

rajohns08 commented 8 years ago

Just making straight REST calls to create a tag from Postman and not having a failure after about 50 in a row leads me to believe the problem lies on our side. Possible socket connection reliability issue with simulator reporting info to nodered to make the rest call, or maybe data being transferred successfully via socket every time, but there is an issue on the nodered side which makes the REST call to create the tag.

rajohns08 commented 8 years ago

Further investigation has revealed this failure is almost always due to Push service reliability aka timeouts happening when making the Push REST call for creating a tag. Leaving open because Narine thinks she remembers previous times where there was potentially an issue getting the data from socket.

rajohns08 commented 8 years ago

More testing shows this is no longer an issue. I'm positive the only reason I was seeing this was Push service reliability which seems to have been successfully addressed in a ticket I created with Bluemix support.