You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create an Azure Event Grid and integrate with azure durable function.
Using JMeter hitting durable function app end point. JMeter Configuration Ramp Up Time - 0 s, Number of Threads (Users) – 100
Expected behavior
100 “Completed” event should be raised in event grid.
100 results should be stored in Azure Storage.
The timing of result in azure storage should be lesser than the event raise time in event grid
Actual behavior
But in reality, for 1-2 requests timing of storing result is grater than timing of raising event. Below sharing a example-
Event Time: “2023-10-18T06:02:29.4099199Z”
Azure Storage Completion Time: “2023-10-18T06:02:29.4785874Z”
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Investigative information
Repro steps
Expected behavior
Actual behavior
Event Time: “2023-10-18T06:02:29.4099199Z”
Azure Storage Completion Time: “2023-10-18T06:02:29.4785874Z”
Beta Was this translation helpful? Give feedback.
All reactions