anyone seen any problems within the Java Task queue implementation. I have a task that works in local development mode, but when uploaded into GAE the task appears in the queue and is retried however no logging occurs to suggest that the body of the task is ever executed (nor does the resulting behavior appear to have been executed either).
So it seems that it works locally, gets scheduled and retried when uploaded, but the actual code itself is never executed when in the uploaded environment and no logging occurs to signal any errors? thoughts? Thanks - Larry
-- 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 [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-java?hl=en.
