[google-appengine] Re: GraphQL on AppEngine Standard

2021-03-01 Thread Jagath Weerasinghe
Thanks for the information and links! On Monday, March 1, 2021 at 4:39:29 PM UTC+1 Olu wrote: > > Hello, > > Running GraphQL On App Engine, it seems there is no GCP Documentation that > particularly addresses this concern. However, I do believe there are some > information over third party

[google-appengine] High latency for outgoing request on 1 on 5 requests

2021-03-01 Thread Jean-Daniel FISCHER
Hello, We have an App Engine application that in some endpoints call another endpoint in another cloud. Since this morning 1 on 5 requests to this other cloud is failling due to very high latency that results in timeout (more than 15 seconds to connect). The other request works fine (under

[google-appengine] java.lang.NoClassDefFoundError: com/google/api/services/servicemanagement/ServiceManagement$Builder

2021-03-01 Thread bml
Hello all, running into the below problem. The odd thing is all was working then this started without any change to code. This com/google/api/services/servicemanagement/ServiceManagement$Builder is a private class of GAE right? I could try downgrading my version of

[google-appengine] Re: GraphQL on AppEngine Standard

2021-03-01 Thread 'Olu' via Google App Engine
Hello, Running GraphQL On App Engine, it seems there is no GCP Documentation that particularly addresses this concern. However, I do believe there are some information over third party sites. I see this GitHub link[1] for graphql-yoga, which is based on the Apollo Framework. However, it

[google-appengine] GraphQL on AppEngine Standard

2021-03-01 Thread Jagath Weerasinghe
Hello, Currently, we are running our REST APIs on AppEngine standard (Java 8) with Cloud Endpoints. I am looking into running a GraphQL server on top of that to serve mobile clients. If you have done this I appreciate any recommendations/directions on getting this done. I see some cases