App Engine (GAE) quotas are applied at the project-level, as most (but not all!) quotas in GCP are. It is possible to spread the services of a GAE app ecosystem into separate projects and coordinate between them with, for example, URLFetch, and each project will consume its own quota. I wouldn't necessarily recommend such an approach, at least without sufficient planning and architecture.
Also note that there are some quotas that are higher-level, such as on the number of non-billed projects a single user can create. On Wed, Jan 25, 2017 at 2:40 PM, Matt Keller <[email protected]> wrote: > This may have been answered elsewhere but I am having a hard time finding > a definitive answer... > > Does the free tier quota listed on the site apply to each 'project', > 'service', or 'account'? > > Basically I'm asking, could I keep creating additional app engine > 'projects' [or even 'services'] for each of the things I'm working on and > each would have it's own quota or do they all roll up to an account-level > quota. > > Hope that makes sense... > > Thanks! > > -- > 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 [email protected]. > To post to this group, send email to [email protected]. > Visit this group at https://groups.google.com/group/google-appengine. > To view this discussion on the web visit https://groups.google.com/d/ > msgid/google-appengine/c4294afa-23fd-43ec-beab- > 3284583ec967%40googlegroups.com > <https://groups.google.com/d/msgid/google-appengine/c4294afa-23fd-43ec-beab-3284583ec967%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- Josh Moore | Cloud Solutions Engineer | [email protected] | -- 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 [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/google-appengine. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/CAOvpJmViQQda6Q5Ktr91JL3Nbm_P8RppOtdBvF7w5pEVaO40Zw%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
