I'm considering to implement performance-sensitive parts of my Python app in Go. But having to run a separate major version for the Go code raises several concerns about quotas and billing.
Are all quotas per app as a whole or are there some quotas that apply per major version? For example, if I have one instance of the default version running 24 hours per day and an additional instance of a non-default version running 24 hours per day, will the app be billed for 24 + 24 - 28 = 20 instance-hours per day under the new billing scheme? Can I set the Min Idle Instances setting for non-default versions? If not, there is apparently no way to keep an instance of a non-default version always running without resorting to some cron-based hacks that would ping the instance with a dummy request before the idle timeout. Is that correct? Alexander -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
