Debug Info on Azure Workflow

Hello, I’m seeing some strange activity on a workflow that has sensors going to IoT Hub and using the Azure->Losant integration. The log is showing errors but I can’t quite tell what the problem is, and when I click on the metrics tab it shows no errors, and in fact my dashboards are working fine. Here are screenshots from my app:


Hi @Steve_Gorretta !

A workflow will only output a maximum of 10 debug messages per half-second. If that limit is exceeded, the debug stream will publish an additional message (“Maximum per-second limit reached”) to notify the user that the throttle limit has been reached and that some debug messages are not being displayed. See our document on this here.

Looking at your screenshot, it appears that your workflow generated a large number of Debug messages in a short amount of time, triggering this warning. You may want to consider combining Debug Nodes, or adding logic in place that will reduce the number that are simultaneously triggered. This will ensure that you aren’t missing any potentially useful debug messages.

EDIT - The display of the log as being disconnected is a known issue that will be fixed in our next release. Apologies for any confusion this may have caused!

Go it, thanks!

Steve