Skip to content

Add ExecuteWithTimeout to graph clients#64

Merged
HarrisChu merged 2 commits into
masterfrom
support_execute_timeout
Jun 15, 2026
Merged

Add ExecuteWithTimeout to graph clients#64
HarrisChu merged 2 commits into
masterfrom
support_execute_timeout

Conversation

@HarrisChu

Copy link
Copy Markdown
Contributor

Summary

  • Add ExecuteWithTimeout(stmt string, timeoutMs int) to the common.IGraphClient interface.
  • Implement timeout execution for pkg/nebulagraph5.GraphClient using ExecuteContext with a per-call deadline.
  • Add a fallback implementation for pkg/nebulagraph.GraphClient that returns an unsupported error.

@HarrisChu HarrisChu merged commit d1482db into master Jun 15, 2026
2 checks passed
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.

2 participants