[google-appengine] Re: Does GAE support tags?

2018-11-06 Thread Joshua Fox
Steren, where is the ticket that we can follow? I appreciate that Google does not provide due dates, but if there is an issue tracker we can perhaps pick up clues that will help us decide whether to invest a few person-months in hacking together a home-baked alternative. On Mon, Oct 22, 2018 at 6

[google-appengine] Re: Using dispatch.yaml? Help us testing by using `gcloud beta app deploy`

2018-11-06 Thread Attila-Mihaly Balazs
I ran it with no issues with gcloud 223.0.0 (beta 2018.10.26). All the best, Attila -- 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+unsubs

[google-appengine] Re: How to change OS while deploying from GCP marketplace

2018-11-06 Thread 'Milad (Google Cloud Platform)' via Google App Engine
Hello, Marketplace apps comes with the predefined OS which is customized for the third party software. For example WordPress image comes with Debain OS and WordPress preconfigured. There is no choice to choose from the type of OS. As I explained most of the Marketplace apps are provided by thir

[google-appengine] Re: How to see ALL files deployed to Google App Engine - Flask app

2018-11-06 Thread Justin Yip
Assuming you are using appengine flex. When you deploy, you will see a log message: ... -- REMOTE BUILD OUTPUT --

[google-appengine] GAE Flex Nodejs deploy failing

2018-11-06 Thread Justin Yip
Hi, Since around noon PST, my team has trouble deploying nodejs to appengine flex. We get the following message: ERROR: (gcloud.app.deploy) Error Response: [3] Docker image us.gcr.io/leapmind-dev/appengine/yipjustin-wip.20181106t143340:latest was either not found, or is not in Docker V2 forma

[google-appengine] Re: GAE PHP deploy failing

2018-11-06 Thread 'George (Cloud Platform Support)' via Google App Engine
Hi Brad, Instead of CLI script, does calling this command from your code succeed? What happens if you use something in the line of: Route::get('/clear-cache', function() { $exitCode = Artisan::call('cache:clear'); }); As mentioned, you are better off asking for coding advice in forums suc

[google-appengine] How to see all files deployed to GAE?

2018-11-06 Thread Katherine Kleim
How to see all files deployed to GAE? It doesn't show static files. -- 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+unsubscr...@googlegrou

Re: [google-appengine] Laravel deployment issues

2018-11-06 Thread Brad Kilshaw
It's not the GAE deployment that's timing out, it's when my composer's post-install command runs php artisan cache:clear This command tries to communicate with Memorystore (redis) and times out because for some reason it's no longer able to communicate with it during the deployment process. Th

[google-appengine] Re: GAE PHP deploy failing

2018-11-06 Thread Brad Kilshaw
Hi George, Yes, I have tried deploying the exact same commit that deployed fine previously, and it no longer works. At that point, my environment hasn't changed and the code hasn't changed and yet the deployment is still failing. On Monday, 5 November 2018 12:53:11 UTC-8, George (Cloud Platform

[google-appengine] How to see ALL files deployed to Google App Engine - Flask app

2018-11-06 Thread Katherine Kleim
If I go to the dashboard, I can see only source files and template. The problem is I deployed a new version, and ALL my JavaScript files have gone. Pictures (in static/images folder) are visible, but for all .js files in static/js folder have gone. I can't figure out why, and a dashboard doesn't

Re: [google-appengine] Re: GAE Logger triggers StackOverflowError

2018-11-06 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Joshua, Providing statistics implies that parameters such as issue complexity and priority level are made publicly available. This is not the case. How would statistics provide more information than a simple parameter such as priority level? If the value of this parameter is, let's say,

[google-appengine] Re: Using dispatch.yaml? Help us testing by using `gcloud beta app deploy`

2018-11-06 Thread 'Steren Giannini' via Google App Engine
Hi, We did not hear any feedback regarding this change. Please let us know if you used *gcloud beta app deploy dispatch.yaml* and if you encountered any issues. Thanks for your help Steren On Monday, October 29, 2018 at 5:37:28 PM UTC-7, Steren Giannini wrote: > > Dear App Engine users, > > W

[google-appengine] How to change OS while deploying from GCP marketplace

2018-11-06 Thread Deepak Singh
Hi, While deploying any software from marketplace(Google click to deply), it automatically selects Debian and there is no option to change it. Is there any way to select OS and/or predefined instance-template while deploying from marketplace ? -- Deepak Singh -- You received this message beca

Re: [google-appengine] Re: RabitMq, FFMPEG, NodeJS, Intel webRTC suite, MongoDB

2018-11-06 Thread Deepak Singh
Thank you Attila for the advice. Looks ok to me. Deepak On Mon, 5 Nov 2018 at 19:08, Camillia Till wrote: > Hi don't have 300 have all > > On Sun, Nov 4, 2018, 12:25 AM Attila-Mihaly Balazs > wrote: > >> Deepak: there are multiple ways to achieve what you're describing on the >> Google Clou