Hello, everyone!
my cron.yaml is :
cron:
- description: sms historyontoday
  url: /tasks
  schedule: every 40 minutes
and my app.yaml is :
application: skstasks
version: 1
runtime: python
api_version: 1

handlers:
- url: /tasks/
  script: historyOnToday.py

after I used this command: python appcfg.py update skstasks/
I find this in cron jobs of google web:
You have not created any scheduled tasks (cron jobs) for this
application.
You can define cron jobs in a cron.yaml file. Learn more about cron.

and when I use this command:
python appcfg.py update_cron
It shows :
Usage: appcfg.py [options] <action>

appcfg.py: error: Unknown action 'update_cron'
Action must be one of:
  help: Print help for a specific action.
  rollback: Rollback an in-progress update.
  update: Create or update an app version.
  update_indexes: Update application indexes.
  vacuum_indexes: Delete unused indexes from application.
Use 'help <action>' for a detailed description.

I don't know why, could anyone can help me, thanks
--~--~---------~--~----~------------~-------~--~----~
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