Re: [google-appengine] Practical difference from Cloud Run

2019-04-11 Thread Gabriel Axel
This is the comparison table between the different container running options: https://cloud.google.com/container-options/ On Thursday, April 11, 2019 at 4:26:55 AM UTC+3, Nicolas Grilly wrote: > > On Wed, Apr 10, 2019 at 11:23 PM Gabriel Axel > wrote: > >> I watched the videos

[google-appengine] Practical difference from Cloud Run

2019-04-10 Thread Gabriel Axel
Greetings. I watched the videos and read the docs of the new Cloud Run service and also took a look at the comparison table between GAE and Cloud Run, and to my understanding Cloud Run covers everything GAE Standard and Flexible do without any of their limitations. Maybe the only thing GAE "has

[google-appengine] Re: URL Fetch Exception

2018-10-07 Thread Gabriel Axel
Now I started getting this for Blobstore calls. I opened an issue: https://issuetracker.google.com/issues/117343597 On Sunday, October 7, 2018 at 2:51:55 AM UTC+3, Gabriel Axel wrote: > > I figured the use of URL Fetch was a remnant from when the app used the > Java 7 runtime and is

[google-appengine] Re: URL Fetch Exception

2018-10-06 Thread Gabriel Axel
I figured the use of URL Fetch was a remnant from when the app used the Java 7 runtime and is no longer needed in the Java 8 runtime, so I switched from UrlFetchTransport to NetHttpTransport which works fine so far. On Sunday, October 7, 2018 at 2:21:48 AM UTC+3, Gabriel Axel wrote

[google-appengine] URL Fetch Exception

2018-10-06 Thread Gabriel Axel
Greetings, Starting today I am getting the following error in a Standard Java 8 app: com.google.apphosting.api.ApiProxy$UnknownException An error occurred for the API request urlfetch.Fetch() and it kept repeating until I shut down all the instances of the app in that project, but a few hours

[google-appengine] Re: Datastore and Memcache access errors from today

2018-02-13 Thread Gabriel Axel
Greetings. I'm back to getting hundreds of Datastore and Memcache errors. I'll try redeploying, but can anyone please look into it? On Tuesday, January 30, 2018 at 11:54:38 PM UTC+2, Gabriel Axel wrote: > > I redeployed half an hour ago and got no exceptions since then. Thanks. > >

[google-appengine] Re: Datastore and Memcache access errors from today

2018-01-30 Thread Gabriel Axel
I redeployed half an hour ago and got no exceptions since then. Thanks. On Tuesday, January 30, 2018 at 10:25:36 PM UTC+2, Kenworth (Google Cloud Platform) wrote: > > QQ: What happens if you try to redeploy your code (same code, just re-ran > deployment)? > -- You received this message

[google-appengine] Datastore and Memcache access errors from today

2018-01-30 Thread Gabriel Axel
Greetings, Starting today I am experiencing a lot (more than 500 total) of Datastore and Memcache access errors from my Java 8 standard environment app in project number 875106233913 which has been last deployed on January 12 and has been working fine so far. The errors include: