After Rackspace, it’s a major GAE FAIL
GAE FAIL? You can track the #GAE and “google app engine” tweets and also in TechCrunch:
“A little over two hours ago, a Google employee posted a note in this Google Groups thread
indicating that Google App Engine
was “seeing elevated Datastore latency and error-rates, as well as elevated serving error-rates.” He noted that the problem began around 6:30 AM Pacific time and that the team was looking into it. A few minutes later he updated that Google App Engine was going into “unplanned maintenance mode” — over 4 hours later, it’s still not back up.”
nice term – “unplanned maintenance”
Several messages have been posted on Google App Engine Downtime Notify Google Groups:
“Now in unplanned maintenance mode. Application deployments, Datastore
writes, and memcache writes have been disabled temporarily. Please
catch CapabilityDisabledError exceptions to handle this properly:from google.appengine.ext import db
from google.appengine.runtime.apiproxy_errors import
CapabilityDisabledErrormyModel = db.Model()
try:
myModel.put()
except CapabilityDisabledError:
# fail gracefully here
passWill update as soon as more information becomes available.”
and
“We’re currently seeing elevated Datastore latency and error-rates, as
well as elevated serving error-rates. This problem began around 6:30am
Pacific time. All applications accessing the Datastore are affected.
Our team is investigating this issue and will post more information as
soon as it becomes available.”
Let’s see how fast Google can put GAE up – another one of those crises in the cloud!
posted by Paul “The Pageman” Pajo

