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 the timeout options for vineyard client. #1974

Merged
merged 1 commit into from
Aug 7, 2024

Conversation

dashanji
Copy link
Member

@dashanji dashanji commented Aug 7, 2024

What do these changes do?

Usage

client.timeout_seconds = 10

# The underlying operations will respect the timeout seconds
client.get_meta()
client.get()

Related issue number

Fixes #1973

@sighingnow sighingnow merged commit f5721bb into v6d-io:main Aug 7, 2024
6 checks passed
@sighingnow sighingnow deleted the add-timeout-option branch August 7, 2024 08:20
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.

Support Timeout mechanism on client operations
2 participants