Notification: Upcoming scheduled maintenance periods April 28th, 2010 and May 5th, 2010
4 views
Skip to first unread message
App Engine Team
unread,
Apr 21, 2010, 8:37:32 PM4/21/10
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Google App Engine Downtime Notify
This is a notification to our developers on App Engine that there will
be two
upcoming maintenance periods:
April 28th, 2010: 1pm-2pm Pacific
May 5th, 2010: 1pm-2pm Pacific
The datastore will be in read-only mode during these maintenance
periods;
all datastore writes and transactions will throw an exception.
During scheduled maintenance, memcache will also be disabled.
Calls to the memcache API will not throw exceptions. Instead, they
will
return False for set() calls and None for get() calls (just like any
other cache miss). In addition, memcache API calls will return
immediately during this period, without any additional latency.
It is recommended that critical portions of your application which
depend on datastore writes are modified to gracefully degrade. Links
to our documentation with code samples are below: