An addendum: I made a small mistake and it actually does output to the
logs, however, in the main loop of the form:
def check_current_games(self):
while True:
# do work
time.sleep(10)
it always hangs and the loop never performs a second iteration. I also
noticed in the logs that it's full of requests to /_ah/stop. Is App
Engine attemping to kill my backend? Is there some other way I should
be doing this? All I want is a thread that loops and checks game
states, launches games that are ready, and then goes to sleep and
handles any other requests involving backend state information.
--
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.