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 · 2 comments
Open

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

ajstewart opened this issue Sep 19, 2024 · 2 comments
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
Copy link

This issue has been automatically marked as stale because it has not had activity in the last 30 days. It will be closed in the next 7 days unless it is tagged (pinned, good first issue, help wanted or triaged/resolved) or other activity occurs. Thank you for your contributions.

@github-actions github-actions bot added the stale label Oct 19, 2024
@ajstewart
Copy link
Author

Not stale

@github-actions github-actions bot removed the stale label Oct 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