Hi, this is quite nice and it worked for me for some time now. The app loads fast, even if no one was visiting the site for hours. Until recently:
When I was visiting the appengine dashboard today, there were 9 keep- alive tasks in the queue which raised the average request rate considerably and ate up my quota :) I think this can happen because, according to the task queue specs, it may happen that a task gets executet multiple times, not just once. Robin, do you have any idea how we can make sure, that a new keep- alive task only gets insertet, if the queue is empty? Unfortunately there seems to be no method to query a task queue. Kind regards, Markus --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "web2py-users" group. To post to this group, send email to web2py@googlegroups.com To unsubscribe from this group, send email to web2py+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/web2py?hl=en -~----------~----~----~----~------~----~------~--~---