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

Add DeadlineEnforcingBlobAccess #240

Merged
merged 1 commit into from
Feb 17, 2025

Conversation

EdSchouten
Copy link
Member

Sometimes it may be desirable to place an upper bound on the amount of time incoming RPCs to bb-storage may take. For example, to reject writes that are taking an excessive amount of time to complete. This change adds a decorator that can be used to enforce this.

Sometimes it may be desirable to place an upper bound on the amount of
time incoming RPCs to bb-storage may take. For example, to reject writes
that are taking an excessive amount of time to complete. This change
adds a decorator that can be used to enforce this.
@EdSchouten EdSchouten merged commit c93a48e into master Feb 17, 2025
1 check passed
@EdSchouten EdSchouten deleted the eschouten/20250217-deadline-enforcing branch February 17, 2025 11:54
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