Provide configuration option for counting invisible/visible messages in Azure Storage Queue scaler #4478
Open
Description
Proposal
I believe we should introduce a new configuration option that will influence this:
metadata:
queueName: orders
queueLength: '5'
+ queueLengthStrategy: Default|VisibleOnly|InvisibleOnly
activationQueueLength: '50'
connectionFromEnv: STORAGE_CONNECTIONSTRING_ENV_NAME
accountName: storage-account-name
cloud: AzureUSGovernmentCloud
Use-Case
We've been going back and forward if Azure Storage Queue scaler should consider invisible during evaluation or not, but this is not ideal for everyone. Example #4432.
Is this a feature you are interested in implementing yourself?
No
Anything else?
No response
Metadata
Assignees
Type
Projects
Status
Proposed