[google-appengine] A quesition about the GAE migration tool

2012-12-16 Thread cc
I see that "Migrate to High Replication" actually make your old application 
ID an "alias" for the new one.
But we all know Google App Engine only allowed free user creat 10 
applications.
If I use this migration tool, does it means now I can only have 9 
applicaions now ?

If it is so, I think it is better to delete the application with 
Master/Slave mode and create a new HRD one for me.

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-appengine/-/1Ba-hFZRUzcJ.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



Re: [google-appengine] A quesition about the GAE migration tool

2012-12-17 Thread cc
Thanks for your reply.

At first I thought that this migration tool is just like tool to convert 
the application from Master/Slave mode to HRD mode.

Now I understand it is an tool which create a new HRD application and copy 
the data from the older application and set the older one as an entrance of 
the new app.

I think I will choose to delete the one with the Master/Slave mode and 
create a new app directly. 

I really hope google can allow users to reuse th apps name which was 
deleted before. At present, once you delete an app, you can not use its 
name again.

在 2012年12月18日星期二UTC+8上午1时35分38秒,barryhunter写道:
>
> Once the migration is complete, you can safely delete the old Application. 
> The app doesnt need to exist for the 'alias' to continue to function.* 
>
> In fact you can just disable it too (provided its within the free quota 
> limits) and it will NOT count against your 10 limit. Only active 
> applications count. 
>
>
>
> * In effect its a setting on the new application - saying "this 
> application is also accessible via x" - rather than being a redirect 
> set on the old application. 
>
>
> On Mon, Dec 17, 2012 at 5:27 AM, cc >wrote:
>
>> I see that "Migrate to High Replication" actually make your old 
>> application ID an "alias" for the new one.
>> But we all know Google App Engine only allowed free user creat 10 
>> applications.
>> If I use this migration tool, does it means now I can only have 9 
>> applicaions now ?
>>
>> If it is so, I think it is better to delete the application with 
>> Master/Slave mode and create a new HRD one for me.
>>
>> -- 
>> You received this message because you are subscribed to the Google Groups 
>> "Google App Engine" group.
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msg/google-appengine/-/1Ba-hFZRUzcJ.
>> To post to this group, send email to 
>> google-a...@googlegroups.com
>> .
>> To unsubscribe from this group, send email to 
>> google-appengi...@googlegroups.com .
>> 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 view this discussion on the web visit 
https://groups.google.com/d/msg/google-appengine/-/sJ7PEZqY-lIJ.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] Time to Ditch App Engine

2009-02-25 Thread cc

It looks like the accountants at Google have taken over If you
read over the new bandwidth quotes you will find that what was to be
scalable is not so anymore:

Outgoing Bandwidth (adjustable, includes HTTPS) 10 GByte56 
MByte/
min 10 GByte free (plus budgeted adjustment up to 1046 GBytes/day)
740 MByte/min

56 MByte/min 740 MByte/min wow talk about limited!

And don't forget to read all the way to the bottom of the page:

The new quota levels, which will take effect on May 25th, 2009, are:

* CPU Time: 6.5 hours of CPU time per day
* Bandwidth: 1 Gigabyte of data transferred in and out of the
application per day
* Stored Data & Email Recipients: these quotas will remain
unchanged.

These changes may also affect the fixed quotas applied to applications
without billing enabled. Fixed quotas for applications with billing
enabled will not be affected.



Bandwidth: 1 Gigabyte of data transferred in and out of the
application per day

Your joking right?





--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---



[google-appengine] Re: Significant quota changes. . .

2009-02-25 Thread cc

  * Bandwidth: 1 Gigabyte of data transferred in and out of the
application per day
56 MByte/min 740 MByte/min

This is a joke.





On Feb 24, 5:56 pm, theillustratedlife  wrote:
> Typo on my part.  Thanks for the catch.  =)
>
> Revised changes:
>
> CPU
> current quota - 46 hours
> new quota - 6.5 hours
> % change - 86% reduction
>
> Bandwidth
> current quota - 10GB
> new quota - 1 GB
> % change - 90% reduction

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---



[google-appengine] Seeing a Load of Datastore Errors Today.....

2009-04-05 Thread cc

We have not seen any errors like this before today they are popping up
1 in 20 requests:


File "/base/python_lib/versions/1/google/appengine/api/datastore.py",
line 886, in _Run
_ToDatastoreError(err)
  File "/base/python_lib/versions/1/google/appengine/api/
datastore.py", line 1965, in _ToDatastoreError
raise errors[err.application_error](err.error_detail)
Timeout


What is up with this?
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---



[google-appengine] Re: DataStore timeout

2009-04-05 Thread cc

We are seeing the same issue today. No problem in the past.
Somebody tweaked something!

On Apr 3, 5:31 am, DarkCoiote  wrote:
> Getting a bad number of datastore timeout... and the operation is
> 'simple', is a put in simple model;...
>
> Traceback (most recent call last):
>   File "/base/python_lib/versions/1/google/appengine/ext/webapp/
> __init__.py", line 501, in __call__
>     handler.get(*groups)
>   File "/base/data/home/apps/naval-war/1.332510333196150921/main.py",
> line 218, in get
>     person.put()
>   File "/base/python_lib/versions/1/google/appengine/ext/db/
> __init__.py", line 669, in put
>     return datastore.Put(self._entity)
>   File "/base/python_lib/versions/1/google/appengine/api/
> datastore.py", line 166, in Put
>     raise _ToDatastoreError(err)
>   File "/base/python_lib/versions/1/google/appengine/api/
> datastore.py", line 1965, in _ToDatastoreError
>     raise errors[err.application_error](err.error_detail)
> Timeout
>
> person model:
> class Person(db.Model):
>   id = db.StringProperty()
>   score = db.IntegerProperty(default=0)
>   currentFleet = db.IntegerProperty(default=0)
>   availableShots = db.IntegerProperty(default=0)
>   maxShots = db.IntegerProperty(default=0)
>   shipsSunk = db.ListProperty(int,verbose_name="Sunken ships list",
> default=[0,0,0,0,0])
>   shipsLost = db.ListProperty(int,verbose_name="Lost ships list",
> default=[0,0,0,0,0])
>   lastAccess = db.DateTimeProperty(auto_now_add=True)
>
> see... no references or anything complicated
>
> any tips on how to reduce the number of datastore timeouts??
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---



[google-appengine] Re: 403 Application Over Quota Problem - Not True!

2009-06-22 Thread cc

Yep same problem here 403s everywhere! Try using the Remote API it is
now useless with the new quota. Problem seems to be that the "burst"
quota has also dropped by a factor of 10 along with the daily quota.
Google has the burst quota set to try to help keep you under the daily
quota, spreading the quota over a 24 hour period. This "feature" seems
to render most apps unusable now. Anyone trying out app engine under
the free quota is quickly going to decide not to use app engine for
their web app. Kind of defeats the purpose of even offering the free
version. Google should have kept the burst quota constant and only
reduced the daily quota. This is just further proof that the
accountants are now running the show at Google.

On Jun 22, 3:06 pm, Mike Wesner  wrote:
> enabling billing seems to have sped things up and so far has stopped
> the 403's.
>
> I still think something is fishy since we had not warnings in the
> appspot dashboard and are way under free quotas.
>
> On Jun 22, 4:58 pm, Mike Wesner  wrote:
>
> > Several of our appspot instances are having this exact same issue.
>
> > We are way under quota, hardly hitting the appid at all and we see 403
> > on static files and other things.  Random 500 errors too.
>
> > We are enabling billing on a few of our test instances which we hope
> > will help, but I can't see how it will make a difference since we are
> > so far under quota/usage rates.
>
> > ANY GOOGLERS READING THIS?  This is a serious issue and we get ZERO
> > information or support from google.
>
> > How can a company use this stuff when its so flakey?
>
> > On Jun 22, 2:19 pm, Devel63  wrote:
>
> > > All of a sudden, my app is returning 403 application over quota
> > > whenever I do anything a bit strenuous.
>
> > > All of the quotas are WAY under, but things that used to work fine are
> > > now triggering this message.
>
> > > A guess is that the budgeting process has become much more fine-
> > > grained, and is mistakenly extrapolating from one request that may do
> > > a number of DB writes and take 10 seconds.  But these are extremely
> > > rare.
>
> > > The app name is judysapps-qa.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---



[google-appengine] Re: Performance improvements

2009-06-22 Thread cc

I think you misread the doublespeak the reduction in the quota IS the
"performance improvement"

On Jun 22, 6:05 am, luddep  wrote:
> Hello,
>
> So the free quotas have been reduced today and according to the docs
> (http://code.google.com/appengine/docs/quotas.html#Free_Changes) there
> are going to be some performance improvements as well, will there be
> any information released regarding what actual improvements they are?
> (i.e., datastore related, etc)
>
> Thanks!
> - Ludwig
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---



[google-appengine] Re: Performance improvements

2009-06-22 Thread cc

"along with many performance improvements, we will be reducing the
free quota levels"

On Jun 22, 7:11 pm, cc  wrote:
> I think you misread the doublespeak the reduction in the quota IS the
> "performance improvement"
>
> On Jun 22, 6:05 am, luddep  wrote:
>
> > Hello,
>
> > So the free quotas have been reduced today and according to the docs
> > (http://code.google.com/appengine/docs/quotas.html#Free_Changes) there
> > are going to be some performance improvements as well, will there be
> > any information released regarding what actual improvements they are?
> > (i.e., datastore related, etc)
>
> > Thanks!
> > - Ludwig
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---



[google-appengine] can't delete version

2011-04-15 Thread cc
I can't delete a version of my app,can the google engineer help me to
solve that problem?

ps:when I try to delete that version, the page tell me

Server Error

A server error has occurred.

Return to Applications screen

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.