Reputation: 35276
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...
Upvotes: 0
Views: 273
Reputation: 31928
Are you trying to schedule a cron task every 1 second? Cron jobs has a minimum interval of a minute.
Upvotes: 3