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

Azure Event Grid - Extend 3 Minute Retry #46815

Open
aherrick opened this issue Oct 24, 2024 · 1 comment
Open

Azure Event Grid - Extend 3 Minute Retry #46815

aherrick opened this issue Oct 24, 2024 · 1 comment
Assignees
Labels
Client This issue points to a problem in the data-plane of the library. customer-reported Issues that are reported by GitHub users external to the Azure organization. Event Grid needs-team-attention Workflow: This issue needs attention from Azure service team or SDK team question The issue doesn't require a change to the product in order to be resolved. Most issues start as that

Comments

@aherrick
Copy link

Library name and version

Microsoft.Azure.Functions.Worker.Extensions.EventGrid 3.4.2

Query/Question

I have a simple Azure Event Grid Subscription that's fired when a blob container is hit. If my Azure Function doesn't respond it 3 minutes, it attempts to retry.

So I'm in a position where my first Azure function is still running (about a 5-6 minute process) yet another transaction gets sent in. So it ends up doubling my transactions that are created.

How can I extend the 3 minute window for the Event Grid to retry?

Azure Functions have a runtime of up to 10 minutes before they timeout, so there has to be a way to do this. Thanks.

Environment

No response

@github-actions github-actions bot added Client This issue points to a problem in the data-plane of the library. customer-reported Issues that are reported by GitHub users external to the Azure organization. Event Grid needs-team-attention Workflow: This issue needs attention from Azure service team or SDK team question The issue doesn't require a change to the product in order to be resolved. Most issues start as that labels Oct 24, 2024
Copy link

Thank you for your feedback. Tagging and routing to the team member best able to assist.

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. customer-reported Issues that are reported by GitHub users external to the Azure organization. Event Grid needs-team-attention Workflow: This issue needs attention from Azure service team or SDK team question The issue doesn't require a change to the product in order to be resolved. Most issues start as that
Projects
None yet
Development

No branches or pull requests

2 participants