[google-appengine] TransientError while using TaskQueue

2009-06-23 Thread frog

TransientError - what does it mean? Can't find any information about
it.


#
E 06-23 06:15PM 15.165

Traceback (most recent call last):
  File /base/python_lib/versions/1/google/appengine/ext/webapp/
__init__.py, line 501, in __call__
handler.get(*groups)
  File /base/data/home/apps/wea-srv/1.334418456097404432/
wea_main.py, line 247, in get
taskqueue.add(url='/entry2db', params={'dbentry': pickle.dumps
(dbentry)})
  File /base/python_lib/versions/1/google/appengine/api/labs/
taskqueue/taskqueue.py, line 637, in add
return Task(*args, **kwargs).add()
  File /base/python_lib/versions/1/google/appengine/api/labs/
taskqueue/taskqueue.py, line 495, in add
return Queue(queue_name).add(self)
  File /base/python_lib/versions/1/google/appengine/api/labs/
taskqueue/taskqueue.py, line 563, in add
self.__TranslateError(e)
  File /base/python_lib/versions/1/google/appengine/api/labs/
taskqueue/taskqueue.py, line 592, in __TranslateError
raise TransientError(error.error_detail)
TransientError

=

I've tried to run my app again and now there is no errors..

--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



[google-appengine] Re: Cron Trouble

2009-06-11 Thread frog

It seems I have same problem. app ID: wea-srv

I set up to run scripts every 5 and 6 minutes, but it doesn't work
(Hasn't run yet) already at least for 6-8 hours.

On May 15, 9:52 pm, Jason (Google) apija...@google.com wrote:
 Hi Alex. Can you share your app ID so I can take a closer look?

 Thanks,
 - Jason

 On Tue, May 12, 2009 at 3:12 PM, d43m0n d43...@gmail.com wrote:

  The short story:
   It doesn't work!

  The long story:

  From dashboard :
  /cron/report - daily mail report - every day 16:30 (UTC) - Hasn't run
  yet

  The cron job was created and uploaded 3 days ago. Last update (though
  I didn't really change anything about the cron job, just shows up on
  admin logs) was 1 day ago.

  app.yaml
  ...
  - url: /cron/report
   script: cron_report.py
   login: admin
  ...

  cron.yaml
  cron:
  - description: daily mail report
   url: /cron/report
   schedule: every day 16:30

  The webapp's authentication is configured to only work with users from
  a certain Google Apps domain. The cron script (cron_report.py) works
  perfectly, and has been tested on live version by simply accessing the
  url, but as the dashboard says, it hasn't run yet.

  Can anyone help ?

  Thanks
  Alex



--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---