Re: [google-appengine] Cron and App Versions

2010-10-07 Thread djidjadji
The cron jobs are uploaded separate from the source code. I think there is only one version of cron jobs, the last one uploaded. If you switch default application you only switch source code. 2010/10/7 Remigius : > In the documentation of cron jobs (see > http://code.google.com/intl/de-CH/appengin

[google-appengine] Cron and App Versions

2010-10-07 Thread Remigius
In the documentation of cron jobs (see http://code.google.com/intl/de-CH/appengine/docs/java/config/cron.html#Cron_and_App_Versions) it says that "Cron requests are always sent to the default version of the application." This may be correct, but is a very short statement of what actually happens,

[google-appengine] Cron and app versions

2009-04-13 Thread William Shallum
Hi, when using cron in an app with multiple versions, shouldn't the cron job run on the version that has the cron.yaml? It seems that currently the cron job is run on the default version. I changed the version in the admin console using the dropdown box but my cron jobs (that are only in the la