I have some cronjobs defined, their job is to update the datastore on
a regular basis.
- What I notice is that the cron jobs report to run fine according to
AppEngine, but no data is to be found in the datastore.
- If I navigate to the cronjob url manually in my webbrowser the
datastore is updated as it should.
- In my local development environment the local datastore is updated
as it should when I launch the webapp using the local development
server (using Eclipse with GWT plugin)

/cronjobs/cron.html?apikey=XXXXXX&userid=XXXXXX&request=servers
Update the server list daily     every day 00:00 (UTC)
2011/10/12 00:00:00 on time Success

/cronjobs/cron.html?apikey=XXXXXX&userid=XXXXXX&request=static/strings
Update the server list daily     every day 00:10 (UTC)
2011/10/12 00:10:00 on time Success



Where should I start looking ? It's kinda hard to debug since this
only fails on the automated chron jobs :/




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

Reply via email to