Azure / azure-functions-servicebus-extension

Service Bus extension for Azure Functions
MIT License
65 stars 35 forks source link

Function interrupted by Message processing Error (Action=ProcessMessageCallback) #234

Open mortnstak opened 2 months ago

mortnstak commented 2 months ago

I am running an Azure Function app on Linux, triggered by a servicebus event.

The function intermittenlty returns with error, generated at random points in time during the function execution.

The error message is on the form: Message processing error (Action=ProcessMessageCallback, EntityPath=XXXXX/Subscriptions/YYYY, Endpoint=ZZZZZ.servicebus.windows.net)

Running Python 3.11.8, azure-functions v 1.18.0, azure-servicebus v7.12.1