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

Support "-1" TTL in Azure Storage Queue Binding (Non-Expire) #3550

Open
ajstewart opened this issue Sep 19, 2024 · 1 comment
Open

Support "-1" TTL in Azure Storage Queue Binding (Non-Expire) #3550

ajstewart opened this issue Sep 19, 2024 · 1 comment
Labels
kind/enhancement New feature or request

Comments

@ajstewart
Copy link

Describe the feature

Azure Storage Queues allow you to enter -1 as the ttl to have the message never expire: https://learn.microsoft.com/en-us/rest/api/storageservices/put-message#uri-parameters

It would be good if the queue binding also accepted this, currently you get:

initialization error occurred for queue-poison-output (bindings.azure.storagequeues/v1): t │
│ tl value must be higher than zero: actual is '-1'"

Release Note

RELEASE NOTE:

@ajstewart ajstewart added the kind/enhancement New feature or request label Sep 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants
@ajstewart and others