Just to add to that: some reasons to use multiple services regardless if 
you want to structure your app as microservices or not:

- on GAE standard instance types and scaling mechanisms are tied together. 
So if you need F instance types for some part of the workload and B types 
for some other part, you need to create separate services
- if you need to run multiple languages (ie. some part of your system is in 
Java and some part is in Python), those can live together in the same 
project but they need to be different services

Cheers,
Attila

-- 
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 https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/e7dd0b03-c095-4ff3-8e03-fae09fe92c70%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to