[google-appengine] Re: images.get_serving_url_async() raising transformation errors for valid files

2019-04-26 Thread diogoalmeida via Google App Engine
As you have not done code changes, if you experience this issue again, please report the issue on the Issue Tracker or open a case on the Cloud Console Support Center page (or here

[google-appengine] Re: images.get_serving_url_async() raising transformation errors for valid files

2019-04-25 Thread diogoalmeida via Google App Engine
The error “TransformationError ” indicates that an error occurred during image manipulation. You could implement a retry mechanism in case you get th

[google-appengine] Re: Google App Engine SSL Auto-Renewal

2019-04-24 Thread diogoalmeida via Google App Engine
Hello James. Note that the Google Groups thread is not the best channel to post this type of issues [1]. For technical questions you can use StackOverflow. However, it looks like to resolve this issue you will need to file a case with the GCP support team [2] (Free trial [3]). [1] https://clou

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

2019-04-23 Thread diogoalmeida via Google App Engine
Hello Shaharia, I understand the inconvenience, however, please note that the Google Cloud Platform free tier coverage does not provide quota increase requests. Please check here more details about the free tier. On Sunday, April 21, 2019 at

[google-appengine] Re: Cloud Tasks alternative for Kubernetes

2019-04-19 Thread diogoalmeida via Google App Engine
Cloud Tasks depend on a GAE project running on a specific region. The app serves as the location for whatever queues are created. On Kubernetes, you can run Jobs or Cr

[google-appengine] Re: The Link To WebApp3 NonPublic Repository

2019-04-17 Thread diogoalmeida via Google App Engine
App Engine Python container image only supports the frameworks mentioned here [1]. A feature request [2] was filed with the App Engine engineering team. This will be evaluated and possibly implemented in the future with the update released in the public documents, however, there is no ETA at th

[google-appengine] Re: How to prevent sync bucket files from local cloud storage to server

2019-04-04 Thread diogoalmeida via Google App Engine
Hello. Cloud Storage buckets can be accessed from almost anywhere , so when you run the application locally you can already upload files to the Cloud Storage buckets within the Cloud Platform by using the Cloud Storage API or when you ha

[google-appengine] Re: Is it possible to setup HHVM PHP runtime on google app engine?

2019-04-03 Thread diogoalmeida via Google App Engine
HHVM is not supported on the native PHP runtime for App Engine, however, you can use custom runtimes on Managed VMs to install and run HHVM. This

[google-appengine] Re: Google App Engine High Availbility

2019-04-03 Thread diogoalmeida via Google App Engine
Hello. App Engine is regional [1] and the app should be available across all zones within the region you choose. However, it is not possible to change the app region after you set it. App Engine does not have the same high availability mech

[google-appengine] Re: 502 Bad Gateway

2019-04-02 Thread diogoalmeida via Google App Engine
The “502 Bad Gateway” response error is not very descriptive in regards to what exactly might be the issues: it might be the Nginx response to an application exception. The following two threads go over some of the possible causes for the 502 response code and how to resolve the issue on an app

[google-appengine] Re: How to choose between App engine flex vs compute engine

2019-04-02 Thread diogoalmeida via Google App Engine
The App Engine on the Flexible environment is based on Compute Engine, however, it automatically scales your app up and down while balancing the load. Check the comparison of both solutions here

[google-appengine] Re: Not able to register for Google Cloud Platform Free Trial

2019-04-02 Thread diogoalmeida via Google App Engine
If you still have issues completing the registration, please contact the Billing team for further assistance [1 ][2 ]. On Monday, February 25, 2019 at 3:56:47 PM UTC-5, Akki Akki w

[google-appengine] Re: App Engine Flexible DNS client settings

2018-10-30 Thread diogoalmeida via Google App Engine
A possible solution you can try is to update resolv.conf file. However, as in App Engine, the local filesystem that your application is deployed to is not writable, you would not be able to edit. You are more likely to get some results on that by using App Engine Flexible Environment with the

[google-appengine] Re: Profiling python on GAE flex

2018-09-28 Thread diogoalmeida via Google App Engine
Stackdriver profiling for Python is currently not supported. However, as a workaround, you can use profiling outside Google Cloud Platform using the Profiler interface. I filed this feature request

Re: [google-appengine] [Error: Server Error] GAE Nodejs8 Standard. Upgrade to Nuxtjs@2.0.0 and deployment fails (could be unrelated)

2018-09-27 Thread diogoalmeida via Google App Engine
As per this document, Node.js version 8 is in beta release and you can find out more by checking this tutorial. As per the errors you noticed after the update and deploy, please note th

[google-appengine] Re: Newbie question - Deploy Coursebuilder

2018-09-24 Thread diogoalmeida via Google App Engine
Hello, I recommend that you start with the basics with the official site for Course Builder here . This forum is dedicated to Google App Engine, which is a different product, so if you have any technical questions on Course

[google-appengine] Re: python 3.7 standard runtime release schedule?

2018-08-07 Thread diogoalmeida via Google App Engine
Hello Eric, Even though the Python 3.7 runtime for App Engine standard was announced here [1], its document [2] has not been updated yet. You can also follow up on the release notes here [3]. As for the form to be an Alpha tester [4], it is no longer accepting submissions [5]. [1] https://cl

[google-appengine] Re: Unable to download file from google cloud storage with it's original name.

2018-07-10 Thread diogoalmeida via Google App Engine
Most probably the issue is that your code may be using the open method, which sets the mode default to read-only. Less likely, you are trying to save the file to t

[google-appengine] Re: Unable to download file from google cloud storage with it's original name.

2018-07-10 Thread diogoalmeida via Google App Engine
Most probably the issue is that your code may be using the open method, which sets the mode default to read-only. Less likely, you are trying to save the file to t