We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
conn.getVertexDataFrame timeout not respected conn.getVertexDataFrame times out (HTTP 408) even though the timeout is set to none.
To Reproduce
transactions = conn.getVertexDataFrame("Payment_Transaction")
Expected behavior Does not timeout since the default timeout should be none
Screenshots None
Desktop (please complete the following information):
Additional context Using transaction fraud solution kit
The text was updated successfully, but these errors were encountered:
Quick fix: use the following to set the timeout at a TigerGraphConnection obj level
conn.customizeHeader(timeout=<time in millis>)
Sorry, something went wrong.
No branches or pull requests
conn.getVertexDataFrame timeout not respected
conn.getVertexDataFrame times out (HTTP 408) even though the timeout is set to none.
To Reproduce
Expected behavior
Does not timeout since the default timeout should be none
Screenshots
None
Desktop (please complete the following information):
Additional context
Using transaction fraud solution kit
The text was updated successfully, but these errors were encountered: