Andras Kerekes
Andras Kerekes
When Eclipse launches and tries to read the persisted container information to initialize the GAE library containers (AE API, Endpoints API, Objectify), but the container information cannot be read from...
http://stackoverflow.com/questions/42902949/gae-development-server-ignores-threadsafe-flag Currently we restrict the max module instance count to 1 to provide a less surprising UX with the trade-off of not supporting concurrent request processing. To implement this properly...
It's been created there temporarily until a more appropriate bundle is created/found.
@briandealwis 's [comment](https://github.com/GoogleCloudPlatform/google-cloud-eclipse/pull/1592#discussion_r106207674): Could you mark somewhere with a TODO to decouple this class from the specific preference panels? One possibility is to use an extension point where we associate...
Databinding can trigger several queries very quickly, which in a slower connection could cause bad UX so we could add a caching mechanism to the project retrieval logic. This cache...
https://github.com/GoogleCloudPlatform/functions-framework-java/blob/2297f3eb74a461bc226a60c69bf48d33debae73f/invoker/core/src/main/java/com/google/cloud/functions/invoker/BackgroundFunctionExecutor.java#L198