Andras Kerekes

Results 6 issues of 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...

type: bug
p4
priority: p4

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...

enhancement
p4
blocked
App Engine Standard
priority: p4

It's been created there temporarily until a more appropriate bundle is created/found.

cleanup
priority: p4

@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...

cleanup
priority: p4

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...

cleanup
priority: p4

https://github.com/GoogleCloudPlatform/functions-framework-java/blob/2297f3eb74a461bc226a60c69bf48d33debae73f/invoker/core/src/main/java/com/google/cloud/functions/invoker/BackgroundFunctionExecutor.java#L198

enhancement
P2