the command is update_cron, not update-cron, although a normal
appcfg.py update should work too.

On Nov 3, 3:57 pm, SK <shanmu...@gmail.com> wrote:
> Hi,
> I wrote the following cron.yaml file, but it is not being updated to
> the server. I have updated the folder with appcfg.py update
> foldername. I have also tried appcfg.py update-cron, but it has failed
> by saying 'unknown action'.
> Could some one please help me with this.
>
> cron.yaml:
>
> cron:
> - description: update the datastrore
>   url: /newPuddle
>   schedule: every 1 min
>
> app.yaml:
>
> application: appid
> version: 1
> runtime: python
> api_version: 1
>
> handlers:
> - url: /favicon.ico
>   static_files: favicon.ico
>   upload: favicon.ico
>
> - url: /.*
>   script: pu.py
--~--~---------~--~----~------------~-------~--~----~
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