Hi, If your main objective is to save on costs, then Cloud Run would be a good solution, since you only pay when you are processing requests and the billing granularity <https://cloud.google.com/run/pricing#billable_time> is 0.1 seconds, whereas on GAE Flex, as you mentioned, you are always running at least one instance at a time and billing granularity is 1 minute. There are other factors that need to be considered such as, infrastructure, portability and Autoscaling, as discussed here <https://stackoverflow.com/questions/55696299/when-to-use-google-app-engine-flex-vs-google-cloud-run>, to help you with your final decision.
You can also refer to this Stackoverflow <https://stackoverflow.com/questions/55619286/what-is-the-difference-between-google-app-engine-and-google-cloud-run> thread, as this topic has already been discussed and you can gather additional useful information to help you with your final decision. -- 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/fa10687c-9e35-4f8e-bb15-6e6745c5cf07%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
