Hi all On Wednesday, January 25, 2012 8:23:11 AM UTC+1, Robert Kluin wrote: > > [...] > > While it is true that logging adds some overhead, he's talking about a > backend task. So it is presumably a longer-running more involved process. > Logging is great in these cases because it allows you to watch the process > running live. I find this immensely valuable. > > > Robert >
This is correct, I have a long running task on a backend, which processes hundreds of items. Each item generates only a few lines in the log, but with hundreds of items, I apparently hit an unknown limit. I could think about spliiting the task in small subtasks, but I don't see the benefit yet other than getting below the unknown log limit. Thanks Stephan PS: starred the issue- thanks -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-appengine/-/_SlFWr3v6PgJ. 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.
