Questions tagged [google-flexible]

20 questions
0
votes
2 answers

GAE flex Connection String to first generation CloudSQL

I have a GAE flex application that uses sqlalchemy/mysql. I also have a Google CloadSQL mysql instance First Generation. Is it possible to connect a GAE flex environment to a First Generation CloudSQL instance without connecting as an external app…
Stanton
  • 497
  • 3
  • 14
0
votes
1 answer

google flex endpoint 403 forbidden

I've developed some google flex endpoints. They work locally but when I deploy the app (gcloud app deploy) I get a http status 403 forbidden. I'm using ajax to call the endpoint like this: var echoEndpoint = function() { …
0
votes
1 answer

Cron jobs on flexible appengine

I have multiple cron jobs configured on flexible appengine to execute once a day with max retry of 5 times. Is there a way send alert after last retry fails? If I need to do this in my code, does cron provides any information that allows me to…
ringadingding
  • 475
  • 5
  • 14
0
votes
0 answers

Why am I not seeing my error logs?

Background: I am deploying my application mvn gcloud:deploy to the Google Flexible Environment but I cannot see my website being online. I want to know what's happening as the server is starting up and I therefore try to see my log…
Stefan Falk
  • 23,898
  • 50
  • 191
  • 378
-1
votes
1 answer

App engine flexible environnement issues for Python Flask app

I am actually annoyed about App Engine flexible environment deployment. I am using Cloud Build to deploy my code from a GitHub repository but this problem also occurs deploying manually. I would like to create a simple Flask application with a…
1
2