[google-appengine] Re: 404 after project wrongly suspended for social engineering and then reinstated

2022-02-15 Thread 'goya' via Google App Engine
I have used the GitHub repository linked in your website to reproduce this issue, and it has worked properly without any changes, so maybe you could try to redeploy again. Another thing you could try is to deploy into a new service and see if you get the same behaviour there too. If this iss

Re: [google-appengine] App Engine Flex ERROR: (gcloud.beta.app.deploy) NOT_FOUND

2021-11-18 Thread 'goya' via Google App Engine
The changes that caused this issue have been rolled back, so it should not be happening anymore. On Wednesday, November 17, 2021 at 4:50:28 PM UTC+1 xmlot...@gmail.com wrote: > > > PS://Phai > > ในวันที่ พ. 10 พ.ย. 2021 23:15 น. 'Matt Lowden' via Google App Engine < > google-a...@googlegroups.c

[google-appengine] Re: App Engine Flex ERROR: (gcloud.beta.app.deploy) NOT_FOUND

2021-11-17 Thread &#x27;goya&#x27; via Google App Engine
This seems to be a known issue that is being investigated by the App Engine team. You can check here for updates on any progress [1]. Please note that connecting from GAE flex to Cloud SQL uses beta settings, which are not recommended for production usage. To have your app connect to Cloud S

[google-appengine] Re: Server side tagging - wrong X-Appengine data

2021-06-23 Thread &#x27;goya&#x27; via Google App Engine
With the current information it is difficult to know how you are getting this value, but have you tried using any of the headers below to get the information you are looking for? "X-Forwarded-For", "Proxy-Client-IP", "WL-Proxy-Client-IP", "HTTP_X_FORWARDED_FOR", "HTTP_X

[google-appengine] Re: Calling Cloud Function from App Engine Java

2021-06-15 Thread &#x27;goya&#x27; via Google App Engine
To be able to access your internal only function, the requests need to come from a VPC network in the same project. App Engine Flex and Standard connect differently to VPC networks: For App Engine flex you just need to set the network settings in the app.yaml file. On the other hand, standa

[google-appengine] Re: How to connect to cloud sql using cloud shell and SSL?

2021-06-15 Thread &#x27;goya&#x27; via Google App Engine
When your Cloud SQL instance has SSL, you cannot directly connect to it from the Cloud Shell. You need to install the Cloud SQL Auth proxy in the Cloud Shell [1] and connect to the instance using it. [1]: https://cloud.google.com/sql/docs/mysql/connect-admin-ip#:~:text=The%20gcloud%20sql%20c

[google-appengine] Re: Nginx config customization on App Engine Flex custom runtime

2021-05-31 Thread &#x27;goya&#x27; via Google App Engine
If you want to use a custom runtime and customize Nginx, maybe your use case is more suitable for Cloud Run than App Engine. In Cloud Run you have more flexibility to configure runtime than in App Engine and can use any coding language you wish. You can check this community tutorial [1] for the

[google-appengine] Re: All cron jobs stopped running at 20:45 UTC

2021-04-08 Thread &#x27;goya&#x27; via Google App Engine
Some things to check could be: · Confirm that you have not surpassed the cron job limit for your project [1] · If redeploying the cron job fix makes it work as expected again · Is there any information in the logs? [1]: https://cloud.google.com/appengine/docs/standard/java/config/cronref-y

[google-appengine] Re: Modeling Entity relationships with GAE/Java

2021-04-08 Thread &#x27;goya&#x27; via Google App Engine
There is no such thing as relationships in Datastore, because Datastore is a No-SQL database and relationships are a SQL databases concept [1]. Depending on your app, you have two options to “relate” properties in different parts of the database: 1- Copy the data from one entity to another en

[google-appengine] Re: Thank you for taking the time to submit your verification information. We were unable to verify billing instrument ownership using the documents you submitted. Please submit a p

2021-03-12 Thread &#x27;goya&#x27; via Google App Engine
Hi, you seem to be facing an issue verifying your billing account. To get help to fix this issue, you can try to contact the Billing support team by using the following options [1] or you can use the Billing Assistant [2] for further guidance on the topic. [1]: https://cloud.google.com/sup

[google-appengine] Re: Run Runnable inside GAE task

2021-01-08 Thread &#x27;goya&#x27; via Google App Engine
A possible limitation you might encounter is your task taking too long. By default, the HTTP target task handlers time out after 10 minutes. You can increase this value to 30 minutes. With GAE targets, the time out depends on the scaling type the target service uses: 10 minutes for automatic,

[google-appengine] Re: Why does redirecting to stderr make deployments fail?

2020-12-18 Thread &#x27;goya&#x27; via Google App Engine
*I was able to reproduce this issue with a NodeJS deployment in standard. I have created a PIT thread [1] in which all upcoming communications regarding this issue will be made. Please star it to receive future notifications and give it more visibility. You can also comment more information

[google-appengine] Re: Price

2020-12-18 Thread &#x27;goya&#x27; via Google App Engine
*The cost of App Engine will depend on the resources you are using. The main factors in determining your expenses are the type of machine [1] and the amount of instances [2] you have in your services. Check the needs of your application and assess if the resources you are using are really re

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

2020-04-02 Thread &#x27;goya&#x27; via Google App Engine
Hi, I have created a private issue on Issue Tracker to better investigate this issue as we will need access to your project to check the logs and use other internal tools to understand which might be the cause for these timeouts. You should be able to access the private issue by using the