[google-appengine] Re: G App Engine Java App goes down unexpectedly often, very often. [Help]

2020-03-04 Thread 'Jad El Houssami' via Google App Engine
Hello Andres, I can definitely understand why this can be tricky to narrow down. From my research, it seems that this problem can be caused by several different factors that are unrelated, which makes it harder to troubleshoot. With that in mind, I did find that two possibilities seem to

[google-appengine] Re: Koa.js server with low traffic, flex vs standard env

2020-01-29 Thread 'Jad El Houssami' via Google App Engine
The standard environment seems to fit your needs a lot more, though you will have to settle with using Node.js as you mentioned since Koa.js is not supported. App Engine standard will provide you with a quicker instance startup time (seconds) compared to flex (minutes). It’s also ideal if your

[google-appengine] Re: appengine won't enable php-gd via php.ini or composer.json

2020-01-23 Thread 'Jad El Houssami' via Google App Engine
Hello Eli, For composer, are you including: composer require "ext-gd:*" --ignore-platform-reqs in your application’s composer.json? Otherwise it may only be installed locally and won’t be picked up by the App Engine Flexible environment

[google-appengine] Re: Access non-secure http endpoint inside the standard app engine?

2020-01-30 Thread 'Jad El Houssami' via Google App Engine
Hello Mapperkids, Normally, removing the ‘secure: always’ parameter from under the correct handler in app.yaml should allow both HTTP and HTTPS requests with URLs that match the handler . In your

[google-appengine] Re: Appspot or whatever Google Cloud Product is being used for phishing site https://storage.cloud.google.com/us8111nn1178n1.appspot.com/index.htm

2019-12-28 Thread 'Jad El Houssami' via Google App Engine
Hello Michael, Thank you for reporting this incident. I have taken the necessary steps of reporting the link to the appropriate team. An investigation will be opened shortly and action will be taken accordingly. In the future, I advise you to please be wary when posting such URLs in public

[google-appengine] Re: this is a privacy test

2019-12-27 Thread 'Jad El Houssami' via Google App Engine
test3 On Friday, December 27, 2019 at 11:31:25 AM UTC-5, George (Cloud Platform Support) wrote: > > tesst -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to

[google-appengine] Re: this is a privacy test

2019-12-27 Thread 'Jad El Houssami' via Google App Engine
test4 On Friday, December 27, 2019 at 11:31:25 AM UTC-5, George (Cloud Platform Support) wrote: > > tesst -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to

[google-appengine] Re: this is a test

2019-12-27 Thread 'Jad El Houssami' via Google App Engine
test2 On Friday, December 27, 2019 at 11:31:25 AM UTC-5, George (Cloud Platform Support) wrote: > > tesst -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to

[google-appengine] Re: Max 10,000 file limit is not suitable for modern full featured wordpress site or any PHP app

2020-03-25 Thread 'Jad El Houssami' via Google App Engine
Hello and thank you all for your feedback. @Dmitry I can certainly understand how the 10,000 file limit could be insufficient to your use case, however you must keep in mind that a free trial is meant for customers to learn the platform and

[google-appengine] Re: i am trying to deploy small ML model with GCP but having errors. Interestingly that i could find the source of mistake - locally everything is working well

2020-03-24 Thread 'Jad El Houssami' via Google App Engine
Hello Volodymyr, I did some research and found this error to commonly occur due to missing dependencies, environment files not found, or skipping/ignoring files or folders. You can refer to this Server Fault post