Skip to content

Function stops in the middle of processing with no exceptions #7479

@mschoneman

Description

@mschoneman

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)

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions