Yes, if you look at the Getting Started page , it shows that you are setting the URL to app.yaml:
handlers:
- url: /mapreduce(/.*)?
script: mapreduce/main.py
login: admin
App Engine, cron.yaml :
cron:
- description: daily summary job
url: /mapreduce
schedule: every 24 hours