Using Dgraph Cloud
After adding a new lambda resolver and deploying the lambdas with Cerebro, upon querying it in the Explorer tab I get the following error:
Evaluation of custom field failed because external request returned an error: Post \"http://router.fission.svc.cluster.local:80/cluster/0x1c97e9e/133/graphql-worker\": context deadline exceeded (Client.Timeout exceeded while awaiting headers) for field: orderTimeSeries within type: Query.
And after hitting another lambda query that was working before the deploy without any issues:
Evaluation of custom field failed because external request returned an error: unexpected error with: 500 for field: sellOrderDataByType within type: Query.
I looked at the logs since the faulty deploy and the only messages present are Starting Server On Port 8888
so none of the resolvers are being called since no event received
logs are present, so it’s really hard to debug what’s going on.
Has anyone had a similar issue or know what could be causing it? Thanks in advance.