googlearchive / caja

Caja is a tool for safely embedding third party HTML, CSS and JavaScript in your website.
Apache License 2.0
1.13k stars 127 forks source link

Update Corkboard to use App Engine HRD #1537

Open kpreid opened 9 years ago

kpreid commented 9 years ago

Original issue 1537 created by kpreid.switchb.org on 2012-09-19T19:53:11.000Z:

https://developers.google.com/appengine/docs/adminconsole/migration https://developers.google.com/appengine/docs/python/datastore/structuring_for_strong_consistency

From: Google App Engine <appengine.noreply@google.com> Subject: Google App Engine Master/Slave Datastore Deprecation Date: August 24, 2012 6:16:43 PDT To: kpreid.switchb.org@gmail.com Reply-To: appengine.noreply@google.com

Dear App Engine Developer,

We’ve noticed that you are running at least one application configured to use the Master/Slave (M/S) datastore. This application configuration was officially deprecated on April 4, 2012, in accordance with our deprecation policy, in favor of the more reliable High Replication Datastore (HRD). HRD uses the Paxos algorithm to serve your application out of multiple datacenters, meaning better redundancy in the face of datacenter issues, more consistent datastore performance, and no planned downtime.

When we deprecated the M/S datastore, we introduced a migration tool that allows you to easily migrate all your datastore and blobstore data to a new HRD application. Migrating your application will not require you to change your application’s URL, whether it serves from appspot.com or a custom domin. Please note that even if your application does not store any data in the datastore, it will still benefit from the automated datacenter failover that is only available to HRD applications.

Before migrating your application, you should read about the differences between M/S and HRD, and understand how the consistency policy for HRD might affect the queries in your application.

All HRD applications that have billing enabled are covered by App Engine’s 99.95% uptime SLA. Along with the substantial reliability improvements, many new App Engine features are only being made available to HRD applications, including the Python 2.7 language option, Full Text Search (FTS), and Page Speed integration.

We strongly encourage you to migrate your applications as soon as possible. If you have technical questions about HRD or the migration process, you can post them to Stack Overflow. Any general migration discussions can be posted to our Google Group.

Thank You,

The App Engine Team

© 2012 Google Inc. 1600 Amphitheatre Parkway, Mountain View, CA 94043 You have received this mandatory email service announcement to update you about important changes to your Google App Engine account.

kpreid commented 9 years ago

Comment #1 originally posted by kpreid@google.com on 2013-11-07T21:28:15.000Z:

<empty>