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

2020-03-26 Thread Henry Saldyga
Hi Michael, Also this what I got in private issue from your colleague: *ba...@google.com added comment #10 :* Hi Henry, There is a hidden quota of 1 files uploaded per app ( i.e per project). That would explain why you are not f

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

2020-03-26 Thread Henry Saldyga
Hi Michael, Thank you for the fast respond too. This is actually the key. The issue occurs in the one ( old ) project only that already have about 180'000 uploads. I created another project and uploaded there the same source code and everything works as expected and how it used to be in th

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

2020-03-26 Thread 'Michael T' via Google App Engine
Thanks for your prompt answer, Henry! The team did try to reproduce the issue on their test environment, not on your project (which we're not allowed to make any changes/updates). Ty On Thursday, March 26, 2020 at 11:29:18 PM UTC-4, Henry Saldyga wrote: > > Hi Michael Targino, > > You stated

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

2020-03-26 Thread Henry Saldyga
Hi Michael Targino, You stated that App Engine team couldn't reproduce the issue. That means they managed to upload a file to the BLOB storage using BLOB API on my project. Could you please provide the blob-key for this uploaded file ? Henry. On Thu, 26 Mar 2020 at 20:12, 'Michael Targino'

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

2020-03-26 Thread 'Michael Targino' via Google App Engine
Hi Henry, I also could locate the private thread you made reference to. Indeed the App Engine team couldn't reproduce this issue you're experiencing. But I can see a lot of communication issues on that thread by the person who was talking to you. More specifically he should've explained tha

[google-appengine] Re: Cant deploy app

2020-03-26 Thread 'maximusm' via Google App Engine
Hi there Jason, Can you explain what it is you are trying to do in App Engine? I can see that you are trying to deploy your app from mac, but it looks like you are following a certain tutorial. If you are following a tutorial then please link it here. Can you also post the command you are runn

[google-appengine] Re: Naked https (SSL) domain?

2020-03-26 Thread 'Mary (Google Cloud Support)' via Google App Engine
Hello Thomas, You can use a “naked” domain rather than the default address that App Engine provided for your app by updating the DNS records as shown here[1]. [1] https://cloud.google.com/appengine/docs/standard/python/mapping-custom-domains?hl=en On Sunday, July 22, 2012 at 1:13:23 PM U

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

2020-03-26 Thread Henry Saldyga
Hello Jad, That;s what I got from the person you are directly in contact and the person handling it ( The issue I experienced ). Status: Won't Fix (Infeasible) 02:14AM Hi Henry, I there has been some confusion here. We are not Google Cloud Platform support. Google Issue Tracker is intended f

[google-appengine] Re: SocketTimeoutException outbound request - spring boot resttemplate

2020-03-26 Thread Ronald Bergmann
Hi Nibrass, 1) Standard java11 app.yaml: # [START runtime]runtime: java11instance_class: F1automatic_scaling: min_instances: 0 min_idle_instances: 0 max_instances: 2 entrypoint: java -noverify -jar app.jar inbound_services: - warmup env_variables: JAVA_TOOL_OPTIONS: "-XX:MaxRAM=256

[google-appengine] GAE Standard returns HTTP 302 to task queue push message

2020-03-26 Thread Romel
My Python2 Flask app uses GAE standard environment to send emails which is triggered by the taskqueue to have a delay for every email to avoid maxing out the quota. My taskqueue keeps on receiving HTTP 302 as a response from the handler and there is no email being sent but when I try to send th

Re: [google-appengine] Diving into App Engine is soooooooooooo hard now - My analysis

2020-03-26 Thread 'barrado' via Google App Engine
Hi! You can find the official statements regarding Python2 in this documentation pages [1][2]. [1]: https://cloud.google.com/python/docs/python2-sunset [2]: https://cloud.google.com/appengine/docs/standard/long-term-support On Tuesday, March 24, 2020 at 3:02:55 PM UTC+1, bFlood wrote: > > Is the