Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ServiceBus] add perf test for AutoLockRenewer throughput #39695

Open
swathipil opened this issue Feb 12, 2025 · 0 comments
Open

[ServiceBus] add perf test for AutoLockRenewer throughput #39695

swathipil opened this issue Feb 12, 2025 · 0 comments
Assignees
Labels
Client This issue points to a problem in the data-plane of the library. Messaging Messaging crew Service Bus

Comments

@swathipil
Copy link
Member

  • Need to start the time when the first "10 seconds until expiry - renewing" message happens.
  • To track the number of messages that were actually renewed, check if the expiry date on the message is in the future or keep count of how many messages were completed.
    • Most likely not with message completion, since we wouldn't want to add in a separate operation when measuring lock renewal perf.
@swathipil swathipil added Client This issue points to a problem in the data-plane of the library. Service Bus labels Feb 12, 2025
@kashifkhan kashifkhan added the Messaging Messaging crew label Feb 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Client This issue points to a problem in the data-plane of the library. Messaging Messaging crew Service Bus
Projects
None yet
Development

No branches or pull requests

3 participants