Reminder: Scheduled Maintenance, May 5th, 1:00 PM Pacific Time
27 views
Skip to first unread message
App Engine Team
unread,
May 4, 2010, 5:18:09 PM5/4/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
TOMORROW, May 5th, at 1:00 PM Pacific Time (PDT) 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
This is a reminder that we are in a scheduled maintenance period. The
datastore has been placed into read-only mode. We expect the
maintenance period to last up to one hour.
> Reminder: there will be a scheduled maintenance period for App Engine
> TOMORROW, May 5th, at 1:00 PM Pacific Time (PDT) 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:
>