0

I've been trying to deploy my application that used to be deployed to the App engine cloud using the Google Plugin for eclipse, now I can't deploy it.

I'm getting this error:

An internal error occurred during: Deploying <myapp> to Google 
      schedule every 1 second failed to parse

However, my application compiled properly and works properly in localhost App engine. What could be the reason that the app won't deploy?

The error doesn't give much information as to what the error is about...

1
  • did u try incrementing the version number in appengine-web.xml? Commented Apr 29, 2012 at 5:07

1 Answer 1

3

Are you trying to schedule a cron task every 1 second? Cron jobs has a minimum interval of a minute.

Not the answer you're looking for? Browse other questions tagged or ask your own question.