java - My logs appear only an hour after the actual request on Google App Engine -


to clarify: there several problems i'm facing here, annoying of app engine logs appear late in admin console. think may related, why i'm grouping them together.

i testing app after uploading google app engine 2 hours ago, , tweaking code , re-deploying. use eclipse plugin , says deployed successfully. did not change version number @ first, , apparently changes not being reflected on server @ all. found out because logs showed old build number.

at point in time, logs being updated real-time, , see logs requests took place seconds ago.

anyway, figured needed change version numbers, did , re-deployed, , made new version default. after logs remained empty, though testing app continuously. , none of logs of of versions showed latest requests.

i checked logs half hour back, , now shows me logs requests making then. requests made @ point in time didn't show either - apparently i'll have wait hour them show.

am doing wrong, or there app engine mechanism don't understand?

this sounds odd, know. , couldn't find on google.

problem 1: described above.

problem 2: need change version numbers anytime make tiny change?

problem 3: when make changes servlet while testing on local dev server, takes approximately 3-4 minutes reflect changes when test app, if stop , restart server. jsp changes reflect immediately.

  1. i see same behavior: on initial deployment of app, log messages seemed appear real-time, after couple of days , lots of deployments, see delays of 30 minutes. known issue, apparently: http://code.google.com/p/googleappengine/issues/detail?id=3338.

  2. not required. after deployment, changed code without changes version number available on appengine.


Comments

Popular posts from this blog

c# - SharpSVN - How to get the previous revision? -

c++ - Is it possible to compile a VST on linux? -

url - Querystring manipulation of email Address in PHP -