Don't use appengine for anything -- ever. It's a terrible platform/product and google would rather you move on to GCE anyway...
Isn't SnapChat built entirely on AppEngine? Why haven't they moved to GCE if it's so terrible?
Google App Engine Silently Stopped Sending Email 5 Weeks Ago
51–60 of 119 posts
Re: Google App Engine Silently Stopped Sending Email 5 Weeks Ago
#52Of course the support organisation here (Google) should be well equipped to set up this kind of testing themselves and work with a customer to root cause the issue. In my experience though these issues are rarely taken seriously until there is no-one else left for support to blame.
Re: Google App Engine Silently Stopped Sending Email 5 Weeks Ago
#53Earlier quoted context omitted.
And only sometimes. The issue resolved itself on my app two weeks ago. My guess is there is an outgoing spam filter run amok in some of the clusters.
I think there is not a spam filter but this is a rule to prevent people from setting up phishing scams or other deceptive emails and they are using an appengine instance to host their scam.
Re: Google App Engine Silently Stopped Sending Email 5 Weeks Ago
#54I wonder if people at Google know how awful it is to report an Appengine bug. You have to battle for days to get your bug acknowledged. I've noticed that they've added more support people since the early days but it's still a pain as they seem to have an incentive to answer the tickets as fast as possible without doing any real investigation. The linked issue is a good example of this behavior.
They have paid support if you want it.
Re: Google App Engine Silently Stopped Sending Email 5 Weeks Ago
#55I wonder if people at Google know how awful it is to report an Appengine bug. You have to battle for days to get your bug acknowledged. I've noticed that they've added more support people since the early days but it's still a pain as they seem to have an incentive to answer the tickets as fast as possible without doing any real investigation. The linked issue is a good example of this behavior.
If you're running production services, you should probably sign up for a paid support package, which have guaranteed response times down to 15 minutes: https://cloud.google.com/support/
Disclaimer: I work in Google Cloud Support.
Re: Google App Engine Silently Stopped Sending Email 5 Weeks Ago
#56The problem is that pesky humans can't decide what they want. Not sending mail is a bug but not receiving mail (i.e. spam filtering) is a feature? I can appreciate how this is confusing.
The GAE docs say "do x and we'll send your mail". If we do x and mail isn't sent, then that is a problem.
Re: Google App Engine Silently Stopped Sending Email 5 Weeks Ago
#57Re: Google App Engine Silently Stopped Sending Email 5 Weeks Ago
#58Also, App Engine is integrated with both Sendgrid and Mailgun, and we strongly recommend using these if you're planning on sending larger quantities of mail:
https://cloud.google.com/appengine/docs/python/mail/sendgrid
Re: Google App Engine Silently Stopped Sending Email 5 Weeks Ago
#59I wonder if people at Google know how awful it is to report an Appengine bug. You have to battle for days to get your bug acknowledged. I've noticed that they've added more support people since the early days but it's still a pain as they seem to have an incentive to answer the tickets as fast as possible without doing any real investigation. The linked issue is a good example of this behavior.
Please remember that Google App Engine is entirely free up to (roughly) 5 million page views/month: https://cloud.google.com/appengine/kb/#quota If you're running production services, you should probably sign up for a paid support package, which have guaranteed response times down to 15 minutes: https://cloud.google.com/support/ Disclaimer: I work in Google Cloud Support.
I feel little bit bad for them sometimes. They don't seem to have the time to look into problems. It must be quite a boring job for those assigned on the public issues.
Maybe their higher-ups aren't aware of that.
Re: Google App Engine Silently Stopped Sending Email 5 Weeks Ago
#60Earlier quoted context omitted.
Paying for the service should be enough to get support.
Paying for the service is paying for the service; bundling it with support costs would just make it cost more for people that don't need support.
$10-20/month VPS providers often respond to, and actually take action, on tickets within 5-15 minutes at no extra cost. Of course there is no guarantee, and a ticket can certainly wind up unresolved for 24+ hours. In my experience, if the ticket you file clearly explains your issue and represents something they can realistically help you with, the level of service provided for such a low server cost can be exceptional.