[google-appengine] Deployment quota

2013-08-21 Thread Gianni Di Noia
I'm sorry, this is an unnecessary question, but I can't sleep on :)

The deployment quotas docs say: The number of times the application has
been uploaded by *a developer*. The current quota is 10,000 per day.
Now, a day is 86,400 seconds. An optimistic average times for a deploy is
15 seconds. ok, 10s. 10*10,000  86,400.
It is a elegant joke or what?

-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [google-appengine] Deployment quota

2013-08-21 Thread Vinny P
On Wed, Aug 21, 2013 at 2:51 PM, Gianni Di Noia giann...@gmail.com wrote:

 The deployment quotas docs say: The number of times the application has
 been uploaded by *a developer*. The current quota is 10,000 per day.



The quota is per application ID, but each application ID can have multiple
versions. Each upload, even to a different version, would count against
that quota.


On Wed, Aug 21, 2013 at 2:51 PM, Gianni Di Noia giann...@gmail.com wrote:

 Now, a day is 86,400 seconds. An optimistic average times for a deploy is
 15 seconds. ok, 10s. 10*10,000  86,400.
 It is a elegant joke or what?


You can get a deploy done in much less time than 10 seconds if you're
uploading a small or trivially sized application and if App Engine is
having a good day. Combine that with uploading multiple versions, and you
could hit 10,000 uploads (although obviously not many developers hit that
limit! ).

On Wed, Aug 21, 2013 at 2:51 PM, Gianni Di Noia giann...@gmail.com wrote:

 I'm sorry, this is an unnecessary question, but I can't sleep on :)




You're in luck! Unnecessary questions are my favorites!



-
-Vinny P
Technology  Media Advisor
Chicago, IL

App Engine Code Samples: http://www.learntogoogleit.com

-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/groups/opt_out.