Consequences of an infinite loop on Google App Engine?
Posted
by Axidos
on Stack Overflow
See other posts from Stack Overflow
or by Axidos
Published on 2010-06-01T06:00:18Z
Indexed on
2010/06/01
6:13 UTC
Read the original article
Hit count: 241
I am not a Google App Engine user. However, I understand you're billed for CPU time and other resources. What are the consequences if you happen to create an infinite loop? Will Google ever terminate it, or will you have to do it yourself manually somehow?
I'm a hobbyist developer worried about a small error that might end up costing hundreds.
© Stack Overflow or respective owner