[google-appengine] App Engine PHP environment: MongoDB extension not found

2022-07-14 Thread 磯上樹
Hi, I am trying to deploy PHP application to GAE Standard PHP8.1 environment, to find the errors below: ``` File upload done. Updating service [api-sandbox-1]...failed. ... Problem 1 - mongodb/mongodb is locked to version 1.11.0 and an update of this package was not requested. - mongodb

[google-appengine] App Engine Python3 - Error creating public url for Google Cloud Storage files

2022-06-28 Thread Daniel Kramer
I'm creating a very simple server to pass images to a mobile app. My images are stored in Google Cloud Storage. I'm new to App Engine in the py3 env, I've been running a py2.7 app for years. I'm also new to Cloud Storage. I have a bucket in storage with a bunch of images. I am able to access th

[google-appengine] App Engine Phishing Website

2022-06-16 Thread Dan Babbitt
Hello, I used the form to report a phishing website 10 days ago and the site, while difficult to reach, is still publicly accessible. What can we do to escalate? IP address: 34.145.113.173 https://34.145.113.173/ *Hostname:* 173.1

[google-appengine] App Engine & Cloud Run in VPC

2022-06-06 Thread 'Stuart Henderson' via Google App Engine
Hi I am setting up a front-end in App Engine which speaks to a back-end in Cloud Run and I'd like all the traffic to be private (internal only). Is it necessary to use a serverless VPC Connector for this? I had pictured just adding these resources to the VPC subnet for the relevant region. Any

[google-appengine] App Engine down? Multiple App Engine Apps throw HTTP 500

2022-04-28 Thread Andrin von Rechenberg
Hi all We have multiple independent AppEngine apps that are not responsive anymore. The logs show: *The request failed because the instance could not start successfully* We didn't do any releases. An example of a failing app is https://airconsole.appspot.com/ ( www.airconsole.com) Anyone else

[google-appengine] App Engine doesn't send response leads to timeout at client

2022-04-17 Thread 'Nikhil Patil' via Google App Engine
I have Django application deployed on App Engine standard environment. Not all the time but sometimes App engine doesn't send response back which leads to timeout at client side. I have logged the response contents just before sending response in django code and the contents are correct. All th

[google-appengine] app engine location change .

2022-02-17 Thread 'Sumit Pawar' via Google App Engine
hello , i created the app engine in gcp its location was 'us' now .i want to change the location into 'london'.so please guide for that . -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving ema

[google-appengine] App Engine Standard - app:invalid port 8080

2022-02-06 Thread Chong Zhen Yang
Hello, I'm trying to deploy my react app to app engine using port 8080. The logs payloads as below: 1. textPayload: "[start] 2022/02/06 04:52:28.768200 Waiting for network connection open. Subject:"app/invalid" Address:127.0.0.1:8080" 2. textPayload: "[start] 2022/02/06 04:52:28.768200 Waiting

[google-appengine] App Engine Access After Leaving Google Workspace

2022-01-28 Thread Steven Prosser
I have been using the free version of GAE & Google Apps since pretty much the very beginning of each. They have sort of melded together in my recall. Thinking about the forced migration to Google Workspace I think that Microsoft 365 better suites my companies needs for essentially the same cost

[google-appengine] App Engine Flexible Environment Deployed Version Management

2022-01-20 Thread Maha Farhat
Hi, We use App engine Flexible environment for executing long running asynchronous tasks. When we make changes to the app and deploy a new version using the command: "gcloud app deploy app.yaml", it deploys the new version routes 100% traffic to the newly deployed version, and stops the old vers

[google-appengine] App Engine standard and compressed requests

2022-01-12 Thread 'Samu Lahti' via Google App Engine
We use App Engine standard with Java 8. We have a client that sends HTTP POST (post body as JSON) requests as gzip-compressed. In normal cases, everything works just fine. The frontend will uncompress the requests and the App Engine will see the uncompressed request. But with some requests (lar

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

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

2021-11-17 Thread Khomsan Nawiang
PS://Phai ในวันที่ พ. 10 พ.ย. 2021 23:15 น. 'Matt Lowden' via Google App Engine < google-appengine@googlegroups.com> เขียนว่า: > Hello, > > I have a collection of App Engine Flex services that are deployed using > `gcloud beta app deploy` due to needing the `beta_settings` app.yaml > property in

[google-appengine] App Engine PHP developers… the Google Cloud team needs you!

2021-11-10 Thread wesley chun
Six weeks ago, the Google Cloud serverless team released many of the original App Engine APIs/bundled services for most of the second-generation runtimes (Python 3, Java 11, Go 1.12+),

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

2021-11-10 Thread 'Matt Lowden' via Google App Engine
Hello, I have a collection of App Engine Flex services that are deployed using `gcloud beta app deploy` due to needing the `beta_settings` app.yaml property in order to connect to a Cloud SQL instance (https://cloud.google.com/sql/docs/mysql/connect-app-engine-flexible#public-ip-default_1). Th

Re: [google-appengine] App Engine 11 with Cloud SQL mysql "No suitable driver"

2021-10-18 Thread 'Ludovic Champenois' via Google App Engine
Related documentation: https://dev.mysql.com/doc/connector-j/8.0/en/connector-j-usagenotes-connect-drivermanager.html On Monday, October 18, 2021 at 4:42:24 PM UTC+2 Ludovic Champenois wrote: > So it seems a generic Java well known error > > https://stackoverflow.com/questions/22384710/java-sql

Re: [google-appengine] App Engine 11 with Cloud SQL mysql "No suitable driver"

2021-10-18 Thread 'Ludovic Champenois' via Google App Engine
So it seems a generic Java well known error https://stackoverflow.com/questions/22384710/java-sql-sqlexception-no-suitable-driver-found-for-jdbcmysql-localhost3306 Maybe the GAE Java8 runtime is a bit smarter and does this for you. Anyway, it seems what your are doing is now the right thing, Cheers

Re: [google-appengine] App Engine 11 with Cloud SQL mysql "No suitable driver"

2021-10-13 Thread Tom Harris
No, we are using pure app.yaml, no more appengine-web.xml in our modules. On Mon, Oct 11, 2021 at 5:24 PM 'Ludovic Champenois' via Google App Engine < google-appengine@googlegroups.com> wrote: > Hi, > Thanks for the update and the solution, > We are looking and trying to understand the delta betw

Re: [google-appengine] App Engine 11 with Cloud SQL mysql "No suitable driver"

2021-10-11 Thread 'Ludovic Champenois' via Google App Engine
Hi, Thanks for the update and the solution, We are looking and trying to understand the delta between the 2 runtimes... Just to be sure, you are using the new Beta Java11 runtime with bundled APIs (so using appengine-web.xml), right? Ludo On Monday, October 11, 2021 at 1:04:24 PM UTC-7 t...@terra

Re: [google-appengine] App Engine 11 with Cloud SQL mysql "No suitable driver"

2021-10-11 Thread Tom Harris
I posted this a week ago, and I solved this issue - I just had to add a `Class.forName("com.mysql.cj.jdbc.Driver")` call, which was not needed in App Engine 8 with Java 8 when running in the cloud, but apparently it is now required. Without this, the database connection pool just cannot initialize,

[google-appengine] App Engine 11 with Cloud SQL mysql "No suitable driver"

2021-10-11 Thread Tom Harris
Hi all, running into a very thorny issue that I have spent considerable time on now, without a working solution. We have a set of Java 8 AppEngine-based microservices that I am upgrading to Java 11 and Spring Boot. The services are using MySQL via Cloud SQL with Google's socket factory. Locally

Re: [google-appengine] App engine sub domain SSL not working

2021-09-16 Thread Adam Jack
H, sorry ... looking closer, your screenshot is the screen I was showing you. The more I poke about the more I see the same stuff you are showing. That said, I don't have the wildcard pattern you seem to have at the end of the dispatch.yaml. I have nothing for the default service. Sorry I co

Re: [google-appengine] App engine sub domain SSL not working

2021-09-16 Thread Adam Jack
I'm no expert, but I did find instructions on how to set it up [I forget where] but I think you (at least) need to go here (after DNS is set up) and see the "SSL security" https://console.cloud.google.com/appengine/settings/domains?project= ... ... mine says "Google-managed, auto-renewing". r

Re: [google-appengine] App Engine costs rocket in recent months?

2021-09-03 Thread Tapir
Surely not this reason. The costs of all my low-traffic websites becomes 10x more. The traffics of these websites are on par with two months ago. On Thursday, September 2, 2021 at 10:57:16 AM UTC-4 Joshua Smith wrote: > The thing that I've noticed is that the amount of bot traffic hitting my >

Re: [google-appengine] App Engine costs rocket in recent months?

2021-09-02 Thread Joshua Smith
The thing that I've noticed is that the amount of bot traffic hitting my sites has been steadily increasing. I've addressed this through a combination of robots.txt and blocking certain IP address blocks in the firewall (I block the ones that don't respect crawl-delay or don't respect robots.txt

[google-appengine] App Engine costs rocket in recent months?

2021-09-02 Thread Tapir
The costs of my projects rocketed from $5 to $50 in the previous months. Anyone else also got the same experience? My websites are very small. -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receivi

[google-appengine] App Engine Service account missing

2021-08-24 Thread 'Shalini Khullar' via Google App Engine
I am trying to set up server side container for a client using GTM following https://developers.google.com/tag-manager/serverside/script-user-guide#create_a_google_cloud_platform_gcp_project for manual provisioning of tagging server. But when I follow the instructions, I get attached error.

[google-appengine] App Engine running Python 3.7 via Docker

2021-08-04 Thread Robin Kurtz
Hello, I have a simple application running on a App Engine Standard with the runtime set to python37. Locally, I am using Docker and python image from Google, but it seems like I cannot match the version. *Dockerfile* FROM gcr.io/google-appengine/python # Results in 3.6.8 ENV PIPENV_VENV_IN_P

[google-appengine] App Engine Flex - PHP - Custom Domain SSL - Not Working

2021-06-28 Thread Bilal Haidar
Hi, I've added a subdomain today to my app on App Engine. The app is PHP Laravel. The app makes use of the default Google Managed SSL. In addition, I added a middleware to make sure to add the following header: $response->headers->set('Strict-Transport-Security', 'max-age=31536000; includeSub

[google-appengine] App Engine legacy bundled services private preview

2021-06-07 Thread wesley chun
To Java 8, Python 2, and Go 1.11 (or earlier) App Engine users: In order to help with modernizing your apps to newer language releases, the App Engine team is broadening the participation in our private preview of the legacy bundled services. Previously, users have had to migrate from bundled serv

[google-appengine] App Engine Flexible - Instances Timeout issue

2021-05-06 Thread 'Lior Pardo' via Google App Engine
Hi, we are working on laravel using App Engine Flexible scaling but our instances keep getting Timeout and we can't find the reason all are settings are default Our app is tracking pixel that just fire on a website visit (like facebook pixel for example) Please help -- You received this messa

[google-appengine] App engine network and internet provider issue

2021-05-03 Thread Mhmdsaad
Hello Geeks Iam facing an issue in my server as after deploying thr backend on app engine and everything is working good but i monitered that the server is running and my backend and fronteend are running without anu obstacles on one internet provider called we adsl and not working in 4g netwro

[google-appengine] App Engine - Deployment Failing

2021-04-20 Thread Stephen Heron
Hello, I am seeing a strange issue when I am attempting to deploy to App Engine. My deployments have been working for months now with no issues but in the last few days I am getting a strange error. I have redacted some information. My deployment command is pretty standard: `*gcloud --qu

[google-appengine] App Engine - Enable Cloud Debugging for PHP

2021-04-12 Thread Bilal Haidar
Hi, I followed the instructions on the page https://cloud.google.com/debugger/docs/setup/php?authuser=1 I am using App Engine Flex. At once the docs asks to do the following: App Engine flexible environment pecl install stackdriver_debugger-alpha If your php.ini file does not include extensio

[google-appengine] App Engine microservices + IAP + API Gateway

2021-02-26 Thread Dulce Hernandez Cruz
Hello, I'm using API Gateway for different App Engine microservices, I'm following the tutorial here but when I turn on the IAP for App Engine and I try to make a request through the Gateway, I get a redirection response. If I

[google-appengine] App engine with GCS works locally but when deployed doesn't work

2021-02-04 Thread Rich Pilsbury
Hello all, I've been struggling with this one for a little while now I've tried a few different options but none seem to work. I have this code which takes and image and then uploads it to a bucket which like I say works fine on my machine but when I deploy it, it doesn't work. Storage storage

[google-appengine] App Engine and Python

2021-02-01 Thread Mélanie Fontaine
Hello everybody, I'am a newbie and, actually I can't found answer to my questions on the net. I'm working on a project including API and Cloud. I need to do some test, to check some points. I would like to know if I have an API ( script python) in the Cloud, can this API ask data an other API

[google-appengine] App Engine

2021-02-01 Thread Maurice Gauldin
I am currently installing my application from a thumnail drive for a free 30 day trial version. I would prefer the customer download the app and to pay to my checking account. I hope the "App Engine" is the appropriate Tool to accomplish this Task. Can you HELP ME! -- You received this messa

[google-appengine] App Engine for Server Side Tagging indexing

2021-01-20 Thread Azrayl
I've been building out a new server side tagging setup and trying to test it out, but I set it up with a custom domain (subdomain of my main domain). Unfortunately Google is indexing this custom domain and I don't want it too but none of the documentation I can find indicates how to do this caus

[google-appengine] App engine stdout logs missing from Logs Explorer

2020-11-30 Thread 'Patrick Rodjito' via Google App Engine
*The load generator is writing a large amount of test logs (~5000 every second) to stdout for testing purposes. Each log entry is about 2KB. We noticed that only about a third of the logs show up in Logs Explorer. This seems to be a function of log size, that is if the size of each test log e

[google-appengine] App Engine is not available again

2020-11-07 Thread hamed roknizadeh
Hi, My backend API's on App Engine is not available. Has anyone this problem as well? Thanks Hamed -- 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

Re: [google-appengine] App engine front controllers prevent cookies or headers from being created on PHP72 runtime

2020-10-18 Thread Carl Smith
Setting a cookie needs to happen before any content is output, so cookiesetter.php needs to be included before the tag. Hope this helps On Sun, 18 Oct 2020, 21:06 Chiefo Azubike De-Lord Zuwi, < chiefoazub...@gmail.com> wrote: > I created an issue for this problem with the link > https://issuetr

[google-appengine] App engine connection to cloud storage

2020-10-08 Thread Punita Goel
In my Springboot based JAVA app, how can I specify the address of cloud storage to access it directly without using "Storage" GCP Java classes. With windows local app, I am using application.properties file to specify the same, and access it directly. If I try to replace the same "E:/folder1/f

[google-appengine] App Engine HTTP issues

2020-10-06 Thread Krisztián Guba
Hi All, In the past hour we faced on standard java App Engine with numerous unexpected error as java.net.UnknownHostException, ServiceConfigException: java.net.UnknownHostException: servicemanagement.googleapis.com. On our side nothing has been changed. Moreover, when I tried to migrate the tra

[google-appengine] App Engine Code Viewer not working

2020-08-27 Thread Claudio Bertoldo
Hello, Even having the Code Viewer role for my user: [image: Captura de Tela 2020-08-27 às 12.05.52.png] I'm not able to see it: [image: Captura de Tela 2020-08-27 às 12.10.15.png] Please, let me know if I'm missing anything. Best! -- You received this message because you are subscribed t

[google-appengine] App Engine Flex python Cloud Build builder pip version 10.0.1 doesn't see and thus won't install tensorflow 2.1

2020-06-23 Thread Jason Brancazio
We need to import Tensorflow 2.1 into an App Engine Flask app to do some data wrangling prior to sending requests for inference to Cloud AI Platform. Unfortunately we get this error when trying to build: Could not find a version that satisfies the requirement tensorflow==2.1.0 (from -r require

[google-appengine] App Engine not mapping custom domains

2020-06-22 Thread Ayokunle Adesanya
I setup custom domains on app engine a few month ago and it works fine. However, checked again today and it doesnt work. Althought the normal default url supplied by app engine works, the custom domain does not work. -- You received this message because you are subscribed to the Google Groups

[google-appengine] App Engine Flex Python deployments are failing since this morning

2020-06-10 Thread Shai Ben-Tovim
Hi, GAE Flex Python (3.6) deploys using default container are failing. See this Github issue And this SO post

[google-appengine] App Engine Deployer role is missing permissions to carry out the --stop-previous-version

2020-06-04 Thread Alan Kayahan
Hello, I have created an account dedicated to deploying a node application on our AppEngine. The account is assigned the "App Engine Deployer" role, and used by GitHub actions to deploy on git push. It deploys just fine, however the previous versions remain active and incur charges unnecessari

[google-appengine] App Engine Fail to Access the application after deployment

2020-05-13 Thread John Kevin Asprec
Hi guys, please help I cant browse my application that successfully published to the app engine. I publish from Gitlab using CI/CD : *Running after_script* *Saving cache* *Uploading artifacts for successful job* * Uploading artifacts...* * /builds/pmpc/emr-api-v2/bin/Release/netcoreapp2.1/publi

[google-appengine] App Engine Flexible Environment - Dockerfile installing outdated version of GDAL

2020-04-23 Thread j o
am trying to use a Docker image on Google App Engine Flexible Environment. FROM ubuntu:bionic ENV PYTHONUNBUFFERED 1 ENV DEBIAN_FRONTEND noninteractive ENV LANG C.UTF-8 RUN apt-get update -qq && apt-get install -y -qq \ # std libs git less nano curl \ ca-certificates \ wget b

[google-appengine] App Engine won't start instances in standard environment

2020-03-16 Thread Tamás Kovács
Hi All, I have a simple Symfony PHP app deployed to appending in standard environment, but when I look at the website I get a 500 HTTP error. On the App Engine dashboard I see that there are no instances started for that version and in the logs I see these messages: A 2020-03-15T12:16:47.00125

[google-appengine] APP Engine APP - ERROR 404

2020-02-11 Thread Денис Болковенко
Hello Guys! I am really new here. Please help me with the deployment of the APP. I need to lunch the web app (php) which was perfectly working before (2 years ago) until the project was closed temporarily. The former team sent the code with app.yaml and I launched it based on the manual. When I

[google-appengine] App Engine nginx request logs, does it include response time

2020-02-07 Thread 'Jyotsna Bhati' via Google App Engine
In GAE nginx request logs,jsonPayLoad have property 'latencySeconds' jsonPayload: { appLatencySeconds: "0.225" latencySeconds: "0.226" trace: "7a10c9ee95f1ccec75949404b1859439" } I am struggling to find out whether the responceTime is subset of the latencySeconds. I know,latenc

[google-appengine] App Engine (Flexible) Slow Server Response

2020-01-20 Thread Syed Abdul Baqi
I am testing the App Engine Flexible environment for performance evaluation. The application which I am running only returns a string to HTTP request, but the server response time is very high for such small operation. Upon inspecting the developer tool in Chrome, I have noticed that TTFB is ov

Re: [google-appengine] App Engine Admin Panel

2019-12-09 Thread Anita Jarman
Thank you Larry - totally appreciate it. On Fri, Dec 6, 2019 at 1:52 PM Larry Schiefer wrote: > Open https://console.cloud.google.com. Select your project. In the left > nav, look for "IAM & admin" and click it. The default view should show you > all users and server accounts which have access t

Re: [google-appengine] App Engine Admin Panel

2019-12-06 Thread Larry Schiefer
Open https://console.cloud.google.com. Select your project. In the left nav, look for "IAM & admin" and click it. The default view should show you all users and server accounts which have access to the project. Near the top there is an "Add" button. Click it. Insert an email address for the new mem

[google-appengine] App Engine Admin Panel

2019-12-06 Thread Anita Jarman
I am a complete novice and trying to get my mobile application completed via an app developer. The team I'm using is stating that the admin panel is not opening. How can I get this accessible for my developer? -- You received this message because you are subscribed to the Google Groups "Googl

[google-appengine] App Engine, MySQL and private ip

2019-12-04 Thread Charlotte Hyldahl
Hi, I have an PHP application that can only connect through TCP to mysql (no sockets). I host it on Google Cloud App Engine. I have created a Cloud SQL database too. When i use the PHP application externally, it connects fine to the public ip of my Cloud SQL database. I have allowed my externa

[google-appengine] App Engine Standard Java 11 migration from 8

2019-11-19 Thread Han Ju Kim
Hi I'm trying to migrate existing app engine standard model (JDK8) to Java11 according to the guide at Google cloud https://cloud.google.com/appengine/docs/standard/java11/java-differences There is no issue on compile, but we I try to run on local development server it generates this error. I'm

[google-appengine] App Engine Flex auto-scaling help

2019-09-10 Thread Nigel Grange
Hi, I'm trying to understand how the metrics on the App Engine dashboard relate to the autoscaling properties set in the app.yaml. The latest deployed version has the following properties: automatic_scaling: cool_down_period: 120s min_num_instances: 1 max_num_instances: 3 cpu_utilization

[google-appengine] App engine Go runtime 1.12 and memcache support

2019-09-09 Thread Sahil Thaker
I'm having trouble using the memcache api in Go under runtime go112 After using the appengine context for memcache api's Get or Set I'm getting: *service bridge HTTP failed: Post http://appengine.googleapis.internal:10001/rpc_http

[google-appengine] App Engine and Functions in the same project, does Tracing service both?

2019-09-06 Thread Mark Kubacki
Hello! Using App Engine (Go) I've recently deployed an cloud Function in NodeJS 10.4.1. Both within the same project. Can anyone confirm that the web console, "Tracing→Overview" and similar, shows traces for App Engine *and* Functions? Traces for Functions won't show up for me (indeed, the web

[google-appengine] App Engine Console shows deprecation warning about Go upgrade, but why?

2019-09-01 Thread Kousuke Ebihara
My app uses the first generation runtime of App Engine but a console of the app shows the following errors. > A version of your app is using a deprecated version of Go. Please upgrade before October 1, 2019 I was shocked. Why? It means that we require to upgrade the first generation runtime to

[google-appengine] App engine not spliting traffic

2019-08-19 Thread antonis sartzetakis
changed from appcfg to gc cloud : Beginning deployment of service [default]... ## #= Uploading 3 files to Google Cloud Storage=# ## File upload done. Updating ser

[google-appengine] App engine not spliting traffic to new version

2019-08-12 Thread Rahul Goti
I have deployed one service on App Engine Flex with manual scaling configuration. If I deploy a new version with below command then it expected to stop the previous version and split all traffic to the newer version. But It can't do that and all traffic still serving by existing version only.

[google-appengine] App Engine Deployment Demo

2019-07-22 Thread Yuvaraj Mani
Hi, I would like to perform an app engine deployment in the lab for learning purposes. please let me know, where we can download the packages or code. Thanks, Yuvaraj.M -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from

[google-appengine] App Engine no longer delivering Sendgrid emails

2019-07-12 Thread Anthony Viola
Hi all, I am using Google's App Engine and 6.4 of the Sendgrid-Node SDK. I submitted a ticket to Sendgrid and they were able to confirm that everything looks ok on their end. Whenever I go to send an email on App Engine via the email.send API, I get a SUCCESS, but the email is never delivered

[google-appengine] App Engine - random infinite requests

2019-07-04 Thread Lukáš Caldr
Hi all, Our website running on App Engine has since yesterday a quite strange problem with "random request infinite loading". Project is simple implementation of NextJS with little custom webserver. This website is running few months in production and there was no problem till yesterday. Now

[google-appengine] App engine network connectivity to BigQuery and Compute Engine failing

2019-06-12 Thread Dikesh Jariwala
Hi, We are running a service on App engine in Node.js Standard Environment. It receives HTTP POST requests from website, parses POST body, caches the unique ID from it to redis server on Compute Engine and sends parsed body to BigQuery. Requests are around 2M per day. But we are constantly faci

[google-appengine] App Engine Logging has a lot to be desired

2019-05-10 Thread Govind Rai
Logging is essential for any application. Stackdriver should at the very least match the basic functionality of AWS Cloudwatch logging. At the bare minimum can we have: 1) Have all logs related to a request be categorized under a single request 2) Have all logs related to a request reference a un

[google-appengine] App Engine Flex and SQL Cloud

2019-05-09 Thread Servidor KingVision
I am trying to make connection between the application in PHP PDO and the database in SQL Cloud (MySQL), someone has experience in it? because it will not let me and the instructions are for Python or Java -- You received this message because you are subscribed to the Google Groups "Google

[google-appengine] App Engine old instances still running

2019-04-25 Thread Lukáš Caldr
Hi all! We've build few services on Google App Engine, we've ship them into production and everything worked as expected. But now I have little issue with one of my integration service which runs on flexible environment. I've deployed serveral times new version and maybe some of deploys wasn't

[google-appengine] App Engine APIs recommended replacement for python 3

2019-04-22 Thread Santiago Del Valle
I was browsing the documentation about python 3 and python 2 standard environment differences, because we are migrating an app that uses python 2 and communicates with other services on python 2. https://cloud.google.com/appengine/docs/standard/python3/python-differences The documentation does

[google-appengine] App Engine Std Python 3 migration

2019-03-25 Thread 'Caxton Chan' via Google App Engine
Hey App engine std users, do you have plan regarding App Engine Std Python 3 migration? It there any resource on g3doc? Thanks. -- 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 i

[google-appengine] App Engine Standard Environment for Go requires billing?

2019-02-19 Thread Agustinus Aryo
Hello, I want to create a App Engine in Standard Environment using Go, but why this requires to enable the billing now. I created several projects in the past using the same setup, and it was doing just fine. Just need a clarification, is this true that App Engine Standard Environment for Go r

[google-appengine] App Engine PHP 7.3

2019-01-07 Thread James Castillo
Does anyone know when Google might add a PHP 7.3 enviornment to App Engine? -- 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...@goo

[google-appengine] APP Engine--Running the example of 'Export to Drive' has errors

2018-12-25 Thread zi yang
I want to deploy the APP Engine apps with Earth Engine, and I made all contents following the steps of web (https://developers.google.com/earth-engine/app_engine_intro#deploying-app-engine-a

[google-appengine] App Engine Basic Scaling

2018-11-28 Thread Andrew Hoy
Hi all, I have a query regarding max_instances when using basic scaling in the App Engine Standard environment (Node.js). Im my app.yaml file, I set max_instances to 1. This appears in the config section under App Engine > Versions in this UI: runtime: nodejs8 env: standard instance_class: B4_

[google-appengine] App Engine Flexible DNS client settings

2018-10-30 Thread Mark Drummond
Is it possible to change the DNS client settings for an App Engine Flexible deployed (Python/Django in this case) app? I'd like the app in question to reference our internal DNS servers, available to the app over a Cloud VPN connection. -- The content of this message is subject to our e-mail c

[google-appengine] App Engine - Cloud SQL Delay

2018-10-17 Thread Carl Smith
Over the past couple of weeks we have had increase page load times on our website and while running certain pages on our AppEngine setup. The problem comes when doing anything with the Cloud SQL Database from AppEngine. We have narrowed down the problem by running the following test Run the sa

[google-appengine] App engine flexible ignore context path in Spring boot application

2018-10-12 Thread Ky Nguyen
Hi everyone. I have a spring boot application deploy on GAE flex env. But I facing issue that my application context not load after deploy on GAE flex. In my app, I already set context path in application.properties look like : server.context-path=/myapp and it work fine on my local tomcat and

[google-appengine] App engine free quota

2018-10-11 Thread Aditya Prakash
Hi, https://cloud.google.com/free/ says that we get 28 instance hours per day for standard environment, however pricing page of app engine doesn't of any free quota of compute resource (hr/day) https://cloud.google.com/appengine/pricing. Pricing calculator says 0.00 USD for 1.1 instance per h

[google-appengine] App Engine Enable managed security not working

2018-10-01 Thread John Janzen
I am trying to enable managed security for an app I've had running for years. I've also had a custom domain mapped to it for years. Selecting the domain does not allow me to *Enable Managed security*. Mousing over the button informs me that I must be a domain owner to enable security. I believ

[google-appengine] App engine standard java8 - how to add health check for instances?

2018-09-27 Thread Roman Mašek
Is it possible to implement a custom health-check for instances in App Engine Standard? I tried to configure liveness-check and readiness-check, but these seem to be supported only in flex environment. The reason I would like to do this is that recently we ran into following issue several tim

[google-appengine] App Engine Update Code Error

2018-09-21 Thread Dhruv Mittal
While updating the code on APP Engine it is giving an error code [13] : An Internal Error Occured. We have tried all the combinations of solutions available anywhere, Can anyone help?? -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To un

[google-appengine] App engine standard java8 - health check for instances?

2018-09-12 Thread Roman Mašek
Hi, Is it possible to implement a custom health-check for standard engine instances? I tried to configure liveness-check and readiness-check, but these seem to be supported only in flex environment. The reason I would like to do that is that recently we ran into following issue several times:

[google-appengine] App engine with fastly(CDN)

2018-09-04 Thread Nikitha Kamath
Hi, An app engine(standard environment) instance is running and mapped to custom domain with google managed certificates. Is there any reference materials to integrate fastly(CDN) for app engine? Thank you. -- You received this message because you are subscribed to the Google Groups "Google

[google-appengine] App Engine Down

2018-09-03 Thread Mentionlytics Web & Social Media Monitoring
Hi, our web app on Google Appengine is down for the past few hours ( https://app.mentionlytics.com/ ). We do not know what happens as we have not uploaded any new versions since July. We also noticed that our wordpress marketing website ( www.mentionlytics.com ), also on Google Cloud is down a

[google-appengine] App Engine Deployment Error

2018-08-23 Thread Golden Andro
Hi Everyone, Good day. I encountered an issue during app engine deployment, as follows: > gradle :api:appengineDeploy --stacktrace --info The error was: [log] ... :api:appengineDeploy (Thread[Task worker for ':' Thread 2,5,main]) completed. Took 0.005 secs. FAILURE: Build failed with an exce

[google-appengine] App Engine Site Down

2018-08-16 Thread Matt Pembroke
Hello, I've set up my app engine website, and it's been working fine for ages. Now, for some reason, when I try to visit it, I am getting this error: "*404.* That’s an error. The requested URL / was not found on this server. That’s all we know." I've set up my domain through Google Domains a w

[google-appengine] App Engine Site Down

2018-08-16 Thread Matt Pembroke
I've set up my domain through app engine, and everything's been working fine for a while. Now it is down when I go to my domain. I've changed nothing - what happened? My whole app is down as a result. -- You received this message because you are subscribed to the Google Groups "Google App En

[google-appengine] App Engine connect to Oracle instance running in on-premise

2018-08-07 Thread VIVEK KUMAR
I have an Oracle machine running in on-premise Data centre and i want to host a website in GCP. There is connectivity btw on-prem and Google VPC using Cloud VPN service. I cannot expose Oracle instance using Public IP to internet. Can we consider hosting a website on Google App engine to con

[google-appengine] App engine to connect to Oracle on-premise instance

2018-08-07 Thread VIVEK KUMAR
I have an Oracle machine running in on-premise Data centre and i want to host a website in GCP. There is connectivity btw on-prem and Google VPC using VPN service. Can we consider Google App engine to connect to Oracle instance? Do you think, will it work? -- You received this message bec

[google-appengine] App Engine Flexible NodeJS App adding Http2 in Nginx web server.

2018-07-13 Thread Sudhanshu Gaur
I am using App engine Flexible environment and I am currently trying to add http2, Can by any way we configure App Engine Nginx to support Http2? -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop recei

Re: [google-appengine] App Engine billed me for executing the tutorial for a week.

2018-07-02 Thread 'Steren Giannini' via Google App Engine
Hi, Can you detail which tutorial you followed ? (In particular, which language and environment) Thanks. On Sun, Jul 1, 2018, 10:15 Hersh Reddy wrote: > I used to use App Engine back in 2013 and I decided to try it again last > week. I went over the tutorial to refresh my memory about how it w

[google-appengine] App Engine billed me for executing the tutorial for a week.

2018-07-01 Thread Hersh Reddy
I used to use App Engine back in 2013 and I decided to try it again last week. I went over the tutorial to refresh my memory about how it works. Apparently a lot has changed because I was billed $24.16 for the week even though I didn't receive any user requests to the tutorial instance, beyond t

[google-appengine] App Engine Standard: "heroku run" equivalent

2018-06-20 Thread rgmenon
I have a Django application running on App Engine *Standard* env, connected to a CloudSQL DB. I'd like to update the schema (when it changes) from the deployed App Engine instance by executing: python manage.py migrate from the App Engine instance. In other words, I'm looking for the App Engine

[google-appengine] app engine - PHP Fatal error: The request was aborted because it exceeded the maximum execution

2018-06-20 Thread 'Naresh Prajapati' via Google App Engine
Dear All, We are receiving below error during ajax call to app engine. Please help us PHP Fatal error: The request was aborted because it exceeded the maximum execution time. in /base/data/home/AjaxFunctions.php on. -- -- The information in this e-mail and any attachment

Re: [google-appengine] App Engine the right place for me?

2018-05-14 Thread Joshua Fox
> > When I uploaded it (and the help system) to the small hoster in the > midwest, they let me use Filezilla to FTP my app up there. And they used > cPanel so I could set up my needs. AppEngine is much more complex and richer in functionality than cPanel-style. It is not at all similar as such t

  1   2   3   4   5   6   7   8   9   10   >