Open
Description
Currently when I'm using the generated SDK I set a timeout of 4000, so 4 seconds. What is happening though is that the connection seems to go into la la land for a full 10 minutes. The response from the sdk call doesn't come back until then.
sources:
- name: GRPC
handler:
grpc:
endpoint: "{env.GRPC_API_URL}"
requestTimeout: 4000
useHTTPS: true
source: sources/authentication.proto
I know this isn't enough to troubleshoot and I'm willing to step through it myself but when I tried this I had no idea which library was responsible for actually making the gRPC call (not when generating the graphql schema but when using it).
Anyone point me in the right direction?
Metadata
Metadata
Assignees
Labels
No labels