[google-appengine] Re: App Engine - Inbound Mail Issues/Delays?

2017-02-16 Thread Will Reiher
Just had all my delayed messages hit my inbound mail handlers. Hopefully someone else will be happy that it's working again :) Thanks to the Googler who helped. On Thursday, February 16, 2017 at 2:32:08 PM UTC-8, Will Reiher wrote: > > I noticed that our inbound mail handler hadn't been called

[google-appengine] Re: Endpoints not working locally (for GO)

2017-02-16 Thread 'Nick (Cloud Platform Support)' via Google App Engine
Hey Steven, This kind of post - a specific-issue technical support question - would be best sent to Stack Overflow, as there's a much larger user-base there and their site is designed for that kind of post. This forum is meant for more general discussion of the platform and services, design

[google-appengine] Re: App Engine - Inbound Mail Issues/Delays?

2017-02-16 Thread Will Reiher
One more update - I emailed manually from my Google App's account and the request handler was fired. The other emails are also being sent (I've cc'd myself from the source). Is there a chance that a filter or some other flag is causing a delay in processing. This is fairly critical for some of

Re: [google-appengine] Can I run Ruby and Node.JS applications under the same Project/App Engine?

2017-02-16 Thread 'Alex Martelli' via Google App Engine
You can have multiple *services* (once known as *modules*) within the same app; each service can use whatever language you prefer. See e.g https://cloud.google.com/appengine/docs/flexible/python/configuration-files to start. Alex On Thu, Feb 16, 2017 at 11:51 AM, Subrahmanyam Madduru

[google-appengine] Re: App Engine - Inbound Mail Issues/Delays?

2017-02-16 Thread Will Reiher
I just want to add that I have confirmed that mail is being sent to the in-bound address but our handler is not getting hits. We've not noticed too much of this happening in the past but it's impossible to bug fix since the issue is happening outside of my app. Any assistance or information

[google-appengine] Re: App Engine - Inbound Mail Issues/Delays?

2017-02-16 Thread Will Reiher
I just want to add that I have confirmed that mail is being sent to the in-bound address but our handler is not getting hits. We've not noticed too much of this happening in the past but it's impossible to bug fix since the issue is On Thursday, February 16, 2017 at 2:32:08 PM UTC-8, Will

[google-appengine] GAE - python - standard - out of the box / open source CMS solutions

2017-02-16 Thread Jason Whatford
Hi there, I have a little (Python27, webapp2) app running on the App Engine Standard environment. I would like to add a blog but writing custom code for a blog seems a little wasteful considering there are so many great out of the box solutions. Are there any CMS solutions available that I

[google-appengine] App Engine - Inbound Mail Issues/Delays?

2017-02-16 Thread Will Reiher
I noticed that our inbound mail handler hadn't been called in a while this morning and then a "whack" of hits all occurred which "caught us up". Again just after noon PST our in-bound handler is all quite (no requests) and our web-app is missing important updates. Any information on in-bound

[google-appengine] Any GAE EU region changes going on we should be aware of?

2017-02-16 Thread Linus Larsen
Last couple of days our app has started to behave strange, seems like our instances are shut down very rapidly. Our low traffic default instance could easily manage a whole day with just a few instances, until a couple of days ago. Now it starts around 100 instances a day for no apparent

Re: [google-appengine] Re: When to use PubSub vs Task Queues

2017-02-16 Thread 'Kim Lewandowski' via Google App Engine
Hi Stephen, Thanks for the feature request. Cost-optimizing and priority queues are definitely something we're considering down the road. Right now we are focused on getting Cloud Tasks to Generally Available before we prioritize new features. I encourage you to sign up for the Cloud Tasks

[google-appengine] Can I run Ruby and Node.JS applications under the same Project/App Engine?

2017-02-16 Thread Subrahmanyam Madduru
I need help to create a Solution. 1. I am trying to create a Ruby app that store a column of data into "Redis" database. 2. Now a Node.JS app processes incoming jQuery request to search for a word in the Redis cache. 3. I am trying to run both Ruby and Node.JS apps under one app

[google-appengine] Endpoints not working locally (for GO)

2017-02-16 Thread Steven Kampen
I've previously used Python and Java SDKs (with endpoints), though it's been a while. When I setup a simple Go app with a single endpoint (similar to https://medium.com/google-cloud/go-cloud-endpoints-and-app-engine-64d1c78bea82#.8xz2ol18k) I'm not able to get any response from the

[google-appengine] Re: User permissions question

2017-02-16 Thread 'Nicholas (Google Cloud Support)' via Google App Engine
Agreed. *gcloud app create* under the hood essentially invokes *app.create* which requires very wide reaching

[google-appengine] Re: User permissions question

2017-02-16 Thread 'Dave Chen' via Google App Engine
Hi Nick, thanks very much for confirming what we had seen. Looking at the Access Control article it was not apparent that Project Owner was required for the first step. Best, -dave On Monday, February 13, 2017 at 11:24:56 AM UTC-5, Dave Chen wrote: > > Simple question: I'm trying to setup a

Re: [google-appengine] Re: Deploying PHP Google AppEngine FE using dockerfile got ERROR: (gcloud.app.deploy) Error Response: [2] Build failed

2017-02-16 Thread Dhandapani Sattanathan
Dear Nick, Takashi Thanks Nick for your support so long. A great thanks to Takashi for his post, while we were suffering to install PHP V7 in FE for the past 2 months. We finally deployed the PHP 7 FE successfully, at last only after the reply of Takashi on latest documentation launch for

[google-appengine] How to use the same G. Cloud Datastore for apps in standard and flexible environments?

2017-02-16 Thread Juan Antonio Fernández Sánchez
I'm working in a project that use two apps, one deployed in App Engine standard environment and other in flexible env. One service of the app in the standard env and the app in the flex env. must be access to Google Cloud Datastore

[google-appengine] Re: Custom domain redirecting to appspot URL

2017-02-16 Thread himanshu kapoor
Thanks Alex, It's working now. On Wednesday, February 15, 2017 at 9:45:27 PM UTC+5:30, Alex (Cloud Platform Support) wrote: > > Good news, it seems like this redirection issue has now been resolved. > Custom domains listed on Flexible Environment App Engine instances should > work as