-
Notifications
You must be signed in to change notification settings - Fork 3.3k
[ServiceBus] Improve Sync AutoLockRenewer to save CPU cycles #20354
Copy link
Copy link
Closed
Labels
ClientThis issue points to a problem in the data-plane of the library.This issue points to a problem in the data-plane of the library.MessagingMessaging crewMessaging crewService Buscustomer-reportedIssues that are reported by GitHub users external to the Azure organization.Issues that are reported by GitHub users external to the Azure organization.
Milestone
Description
According to: #19362 (comment)
in the latest implementation of the sync autolockrenewer, there's a one dispatcher thread keeping pumping tasks from queue. It's consuming CPU cycles when there's no much tasks in the queue.
We should seek for improvement to save cpu cycles.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
ClientThis issue points to a problem in the data-plane of the library.This issue points to a problem in the data-plane of the library.MessagingMessaging crewMessaging crewService Buscustomer-reportedIssues that are reported by GitHub users external to the Azure organization.Issues that are reported by GitHub users external to the Azure organization.