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

[for private package] Fail fast on control queue stuck for over 10 minutes #946

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

davidmrdavid
Copy link
Collaborator

Related: Azure/azure-functions-durable-extension#2534

In the issue linked above, we saw a worker using the DTFx.Azure Storage taking over 10 hours to release ownership over a queue it had stopped listening to. Since then, the user has changed to utilizing the Netherite backend, where they seem to be experiencing other issues.

This PR, not to be merged, is to discuss a private mitigation where, if a control queue that we have stopped listening to does not have it's ownership released in over 10 minutes, then we fail fast. Obviously, this is a rather aggressive strategy, so this is not a long term solution nor one we should incorporate in the official release as-is.

@davidmrdavid davidmrdavid changed the title [for private package] [for private package] Fail fast on control queue stuck for over 10 minutes Aug 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant