What if GAE breaks? Backup server strategies?

84 views
Skip to first unread message

Tom Campbell

unread,
Jun 19, 2015, 6:15:12 PM6/19/15
to google-a...@googlegroups.com
Preparing to charge people for my Python/web2py-based online scheduling/membership app. Am concerned about GAE downtime. Incidents like this and this concern me. What is the best way to be ready for GAE outages? Some hosts, for example, let you sign up for geographically distinct locations, which sounds great to me.

Prices are so low of course I'm quite willing to open multiple accounts, or allocate servers in different regions--whatever it takes. Let us also assume I am backing up data every few minutes to an hour.

What are best practices to prepare for a downed GAE server? 

Ryan (Cloud Platform Support)

unread,
Jun 22, 2015, 10:07:46 AM6/22/15
to google-a...@googlegroups.com, tomca...@gmail.com
You can sign up for EU hosting. When you create your project under 'Show advanced options...' you can specify a location. You don't need multiple accounts just multiple projects under your account. Just note that any datastore information is not accessable between projects unless you use the remote_api. To help with downtime always code defensively. Wrap all RPC calls in try-catches with built in back offs. 
Reply all
Reply to author
Forward
0 new messages