I use GAE for a 24/7 support portal. People enter support issues and the 
portal will notify technician by email on their BlackBerry (yes I know, not 
Android...).

The problem is that every night Google mail infrastructure (mail API) seems 
to have delivery problems around 00h00 EST. Most delivery are delayed by an 
hour, sometimes two.. Since we have an SLA to respond to support issues 
within 30 minutes, that's a big no go.

Here's included are the delivered email headers (I changed the email address 
for privacy concerns) of one of the emails that was delayed. We can see that 
the email was received in Google infrastructure 21h34 PDT, but left only 
at 23h18 PDT. 

I suspect that the problem is with the bridgehead servers from GAE, since 
emails sent to gmail don't experience the same delay. Anybody experienced 
this?

Microsoft Mail Internet Headers Version 2.0
Received: from mx1.localdomain ([xxx.xx.xx.xx]) by mail.example.com with 
Microsoft SMTPSVC(6.0.3790.3959);
 Tue, 18 Oct 2011 02:18:33 -0400
Received: from localhost (unknown [127.0.0.1])
by mx1.localdomain (Postfix) with ESMTP id 1E2512A77B
for <[email protected]>; Tue, 18 Oct 2011 06:18:24 +0000 (UTC)
Received: from mx1.localdomain ([127.0.0.1])
 by localhost (mail.example.com [127.0.0.1]) (amavisd-maia, port 10024)
 with ESMTP id 00837-08 for <[email protected]>;
 Tue, 18 Oct 2011 02:18:23 -0400 (EDT)
Received: from mail-vw0-f69.google.com (mail-vw0-f69.google.com 
[209.85.212.69])
by mx1.localdomain (Postfix) with ESMTP
for <[email protected]>; Tue, 18 Oct 2011 02:18:22 -0400 (EDT)
Received: by vwm42 with SMTP id 42so177225vwm.8
        for <[email protected]>; Mon, 17 Oct 2011 23:18:30 -0700 (PDT)
MIME-Version: 1.0
Received: by 10.236.119.201 with SMTP id n49mr1264421yhh.0.1318912464657; 
Mon,
 17 Oct 2011 21:34:24 -0700 (PDT)
X-Google-Appengine-App-Id: scc-support
Message-ID: <[email protected]>
Date: Tue, 18 Oct 2011 04:34:24 +0000
Subject: Sagemcom 24/7 Support Issue Notification
From: [email protected]
To: [email protected]
Content-Type: text/plain; charset=ISO-8859-1; format=flowed; delsp=yes
X-Virus-Scanned: Maia Mailguard 1.0.2a
Return-Path: 
30agdtgsjcsezjj-z1wwvy0nthps.jvtz1wwvy09bezhnlt-pu0lyz0hy....@2uix4h7xygsz66weerlq.apphosting.bounces.google.com
X-OriginalArrivalTime: 18 Oct 2011 06:18:33.0190 (UTC) 
FILETIME=[C31E0060:01CC8D5D]

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-appengine/-/r5BN5crHUJwJ.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.

Reply via email to