ServiceBusProcessor loses lock if processing is going longer than 20 minutes #40339
Labels
Client
This issue points to a problem in the data-plane of the library.
customer-reported
Issues that are reported by GitHub users external to the Azure organization.
needs-team-triage
Workflow: This issue needs the team to triage.
question
The issue doesn't require a change to the product in order to be resolved. Most issues start as that
Service Bus
Description
Somehow
ServiceBusProcessor
cannot complete messages if processing lasts longer than 20 minutes. The same result is received withServiceBusReceiver
and regular renewal (every 4 minutes).Here is the code:
Actual Behavior
Logs:
Expected Behavior
Message should be completed successfully.
The text was updated successfully, but these errors were encountered: