-
Notifications
You must be signed in to change notification settings - Fork 473
Closed
Description
Investigative information
Please provide the following:
- Timestamp:
2021-06-21T07:26:16.4985863Z - Function App version:
azurefunctions: 3.0.15733.0 - Invocation ID:
e7e092b7-2811-4174-af8c-3013b0bdb029 - Region:
East US
Repro steps
When load testing our app, multiple functions are stopping mid-execution without any errors being logged.
Expected behavior
Function should complete or an exception should be thrown.
Actual behavior
When load testing our app, multiple functions are stopping mid-execution without any errors being logged.
Known workarounds
None
Related information
Provide any related information
- Programming language used
C#/ .NET Core 3.1 - Bindings used
public async Task RunAsync([ServiceBusTrigger("sbq-parse", Connection = "ServiceBusConnection")] string myQueueItem)