azure-sdk-for-net icon indicating copy to clipboard operation
azure-sdk-for-net copied to clipboard

Target base scale support

Open alrod opened this issue 3 years ago • 1 comments

To support "Target Base Scale" for "Runtime Driven Scale" the ServiceBus extension needs to implement ITargetScalerProvider and ITargetScaler which was introduced in "Microsoft.Azure.WebJobs.3.0.36". The approach is similar to incremental scale - IScaleMonitorProvider/IScaleMonitor.

The PR is similar to the EventHub PR: https://github.com/Azure/azure-sdk-for-net/pull/33675/

Contributing to the Azure SDK

Please see our CONTRIBUTING.md if you are not familiar with contributing to this repository or have questions.

For specific information about pull request etiquette and best practices, see this section.

alrod avatar Sep 23 '22 00:09 alrod

API change check

API changes are not detected in this pull request.

azure-sdk avatar Jan 05 '23 03:01 azure-sdk