Skip to content

gRPC handler timeout #5295

Open
Open
@matthewdfleming

Description

@matthewdfleming

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions