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

getVertexDataFrame timeout not respected #225

Open
RobRossmiller-TG opened this issue May 14, 2024 · 1 comment
Open

getVertexDataFrame timeout not respected #225

RobRossmiller-TG opened this issue May 14, 2024 · 1 comment

Comments

@RobRossmiller-TG
Copy link

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):

  • OS: Mac

Additional context
Using transaction fraud solution kit

@RobRossmiller-TG
Copy link
Author

RobRossmiller-TG commented May 15, 2024

Quick fix:
use the following to set the timeout at a TigerGraphConnection obj level

conn.customizeHeader(timeout=<time in millis>)

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

No branches or pull requests

1 participant