[google-appengine] Re: Can a single App Engine Standard Java 11/17 web process handle multiple concurrent requests?

2022-08-02 Thread 'Andrés Márquez' via Google App Engine
YAML config and appengine-web.xml file support max_concurrent_requests setting in Java 11/17.[1][2] [1] https://cloud.google.com/appengine/docs/standard/java-gen2/config/appref#max_concurrent_requests [2]

[google-appengine] Re: How to change the version of Jetty in my Google App Engine

2022-07-28 Thread 'Andrés Márquez' via Google App Engine
To update the Jetty version to the latest one, I would suggest updating the Cloud SDK to the latest version. Based on the documentation [1], the most recent release of Cloud SDK is version 395.0.0 (2022-07-26) and according to the release notes [2], the latest Java SDK version is 1.9.98 and

[google-appengine] Re: gcloud auth login fails

2022-07-27 Thread 'Andrés Márquez' via Google App Engine
Please ask your admin to perform those steps. On Monday, July 25, 2022 at 6:14:06 PM UTC-5 solstic...@gmail.com wrote: > > Previously, I had a free Google Workspace account, and that's why it might > have worked. > Since, free Google Workspace was ended, I terminated that account. It was >

[google-appengine] Re: gcloud auth login fails

2022-07-25 Thread 'Andrés Márquez' via Google App Engine
For each organizational unit, there can only be one active enrollment token. If you need to pause enrollment, you can permanently revoke the token for a specific organizational unit and regenerate a new one.

[google-appengine] Re: App Engine PHP environment: MongoDB extension not found

2022-07-18 Thread 'Andrés Márquez' via Google App Engine
Does this compatibility table[1] solve your problem? Additionally, as this is not a GCP problem per se, you can post it as a question on Stack Overflow. [1] https://i.stack.imgur.com/bOc3R.png On Thursday, July 14, 2022 at 3:21:07 PM UTC-5 tatsuki...@gmail.com wrote: > Hi, > > I am trying