Saturday, 15 May 2010

google app engine - Cron Jobs on GAE with PHP -



google app engine - Cron Jobs on GAE with PHP -

i have php file runs fine web browser fails cron job.

my cron.yaml includes:

cron: - description: new stuff url: /crontest schedule: every 1 hours

and app.yaml has:

handlers: - url: /crontest script: crontest.php login: admin

any requirements needed in php file?

so versions, or "target" key in cron.yaml if have multiple versions different code.

php google-app-engine cron

No comments:

Post a Comment