I am trying to debug an issue with a worker url (servlet) of a
TaskQueue.

I seem to be able to enqueue tasks to it fine, and it get's invoked.

The logs show the invokation:

10-21 08:03AM 34.074 /inspections/processor 405 19ms 38cpu_ms 0kb
AppEngine-Google; (+http://code.google.com/appengine)
0.1.0.2 - - [21/Oct/2010:08:03:34 -0700] "POST /inspections/processor
HTTP/1.1" 405 306 "http://dev.ta.bcntouch.com/inspections"; "AppEngine-
Google; (+http://code.google.com/appengine)" "dev.ta.bcntouch.com"
ms=19 cpu_ms=38 api_cpu_ms=0 cpm_usd=0.001143 queue_name=inspection-
queue task_name=7494582390242709532

(sorry for formatting of that!)

But:
 - no exceptions or errors or warning reported (the above is
everything)

- lo logging output from log statements I have in the servlet.

it doesn´t seem to be working (producing output to the datastore as I
expect) and it gets invoked repeatedly...

Any ideas?

Is logging permitted in Task Queue worker servlets?
Should I be seeing my log outputs?

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" group.
To post to this group, send email to google-appengine-j...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.

Reply via email to