Reminder: Scheduled Maintenance, April 28th, 1:00 PM Pacific Time
12 views
Skip to first unread message
App Engine Team
unread,
Apr 27, 2010, 7:08:18 PM4/27/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
Reminder: there will be a scheduled maintenance period for App Engine
next Wednesday, April 27th, at 1:00 PM Pacific Time for up to one
hour. The datastore will be in read-only mode during this time period;
all datastore writes and transactions will throw an exception.
During this scheduled maintenance, memcache will also be disabled.
Calls to the memcache API will not throw exceptions but will instead
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:
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
Clarification: this reminder is for the maintenance period scheduled
for tomorrow,
Wednesday, April 28th. There is another maintenance period scheduled
for
Wednesday, May 5th at the same time (1:00 PM Pacific).
> Reminder: there will be a scheduled maintenance period for App Engine
> next Wednesday, April 27th, at 1:00 PM Pacific Time for up to one
> hour. The datastore will be in read-only mode during this time period;
> all datastore writes and transactions will throw an exception.
>
> During this scheduled maintenance, memcache will also be disabled.
> Calls to the memcache API will not throw exceptions but will instead
> 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:
>
> Python:http://code.google.com/appengine/docs/python/howto/maintenance.html > Java:http://code.google.com/appengine/docs/java/howto/maintenance.html >
> You can subscribe to our maintenance calendar here:
>
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 reminder that we are in a scheduled maintenance period. The
datastore has been placed into read-only mode.
We expect maintenance to complete as scheduled.