Azure / azure-functions-host

The host/runtime that powers Azure Functions
https://functions.azure.com
MIT License
1.93k stars 441 forks source link

Getting very high latency ~1day for events from IOT hub #3708

Open NucleoTech opened 5 years ago

NucleoTech commented 5 years ago

I have Azure Functions triggered by events from IOT hub. I am experiencing latencies up to 1 day from event enqueued time to function invocation.

Investigative information

Please provide the following:

Expected behavior

Event latency to not exceed e.g. 1 minute

Actual behavior

In my function (invocation as above), if I compare DateTime.UtcNow with event enqueued time I get latency of 1day 23 mins. The actual duration of the call is ~500ms.

Related information

[Uploading TraceEntry.xlsx…]()

NucleoTech commented 5 years ago

TraceEntry.xlsx

NucleoTech commented 5 years ago

Reopening