You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Google App Engine
I have a small doubt about how the quota "Frontend Instance Hours" works
I have my application, with only one service ("default") and only one version reciving all traffic ("2-0-0"). If two users use my app for an hour, that quota increases by two hours or only one hour?
I hope I've explained myself
Ryan B
unread,
Sep 6, 2017, 2:09:46 PM9/6/17
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Google App Engine
On Wednesday, September 6, 2017 at 6:08:33 AM UTC-7, Diego Barreiro wrote:
I have my application, with only one service ("default") and only one version reciving all traffic ("2-0-0"). If two users use my app for an hour, that quota increases by two hours or only one hour?
only one hour. instance hours are unrelated to number of users.
Diego Barreiro
unread,
Sep 7, 2017, 6:58:04 AM9/7/17
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Google App Engine
Okey, thank you!
Sumanta Bhowmik
unread,
Sep 12, 2017, 3:04:51 AM9/12/17
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Google App Engine
It does not depend on number of users. It depends on the load on the instances. If the load is high enough new instances will be spawned. So if 4 instances have to be spawned, you will see 4 hours in one hour. It also depends on instance class. Instance F4 is counted as 4 times of F1. Hope this helps.