[google-appengine] Re: Google Cloud Build - build.yaml & app.yaml in a sub directory not building correct source

2020-06-01 Thread 'David (Cloud Platform Support)' via Google App Engine
When you use the dir field in a build step, you are setting the working directory to its value and in this case, assuming your source files are not in that working directory and from what you have mentioned that it’s deploying empty, it’s not finding your source files and you can check this if

Re: [google-appengine] Re: Problem with Uptime Check alerts - stackdriver

2020-06-01 Thread 'Elliott (Cloud Platform Support)' via Google App Engine
Hello Sawmiya, It sounds that you have an issue with Cloud Uptime Checks. The best way to have this addressed is to open a Google Issue Tracker because Google Groups is meant for discussing Google products, not for reporting issues. --

[google-appengine] Re: Upgraded from 1.9.69 to 1.9.80 and application size increased 3 times

2020-06-01 Thread 'Olu' via Google App Engine
I understand your question is regarding the size discrepancy in your application deployments on App Engine (GAE). There are a number of reasons which may contribute to the different sizes, particularly in the past, the size difference in the builds for the same Java application code has been

[google-appengine] Re: Set service on Google Task API - PHP

2020-06-01 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Allison, It depends on how you set up the queue you send your tasks to. You can explicitly route all tasks in a queue to a non-default target by using appEngineRoutingOverride in a command similar to: gcloud tasks queues update [QUEUE_ID]

[google-appengine] Re: Is it possible to publish Core MVC web program to Google Play Store?

2020-06-01 Thread 'Katayoon (Cloud Platform Support)' via Google App Engine
Hello, I should note that Google Cloud Platform groups are reserved for general questions about GCP-end products and your question seems to be about Google Play store. So, I recommend to contact the Google Play Store support team for

[google-appengine] Set service on Google Task API - PHP

2020-06-01 Thread Alisson Linneker
I'm trying to create a task, but it is forwarded to the project's 'default' service by informing the URI in setRelativeUri(). What would be the method for defining the specific service in the project? My Code: require_once __DIR__ . '/vendor/autoload.php'; use

Re: [google-appengine] Re: Problem with Uptime Check alerts - stackdriver

2020-06-01 Thread Sowmiya Ragu
Thanks for the response. But its not about the data showing up in the dashboard after creating uptime check for a service. But to create a new uptime check for a service is not listed during the initial creation , so I’m blocked in creating the uptime itself. Regards, Sowmiya > On