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 [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en -~----------~----~----~----~------~----~------~--~---
