Thanks for the info.
I updated my app to detect the read-only mode per Jason's presentation[1].
However, now that it's in read-only mode, my app is not detecting it. So the
preparations I coded are not working and things are failing badly rather
than gracefully :(
This is the code I'm using:
datastore_writes = capabilities.CapabilitySet('datastore_v3',
capabilities=['write'])
datastore_writes_enabled = \
datastore_writes.will_remain_enabled_for(60)
I'm expecting to have datastore_writes_enabled be False when in read-only
mode, but it's not !!
Waleed
[1]
http://www.slideshare.net/jasonacooper/strategies-for-maintaining-app-engine-availability-during-read-only-periods
On Sat, Jun 12, 2010 at 2:12 PM, App Engine Team <
[email protected]> wrote:
> Hey Waleed
>
> The first half of the maintenance period was actually done without
> going read-only. We have just enabled read-only now.
>
> On Jun 12, 1:49 pm, Waleed Abdulla <[email protected]> wrote:
> > It was supposed to start at 1pm. I wonder if it's already in progress or
> not
> > started yet!
>
> --
> You received this message because you are subscribed to the Google Groups
> "Google App Engine" group.
> To post to this group, send email to [email protected].
> To unsubscribe from this group, send email to
> [email protected]<google-appengine%[email protected]>
> .
> For more options, visit this group at
> http://groups.google.com/group/google-appengine?hl=en.
>
>
--
You received this message because you are subscribed to the Google Groups
"Google App Engine" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/google-appengine?hl=en.