I see. Didn't know that cron update requires a new deployment.

Thanks George.



On Sat, Feb 24, 2018 at 11:12 AM, 'George (Cloud Platform Support)' via
Google App Engine <[email protected]> wrote:

> Hello Justin,
>
> How did you update your cron configuration? One can redeploy the whole
> application, or only the cron configuration, for Java, with:
>
>    ./appengine-java-sdk/bin/appcfg.sh -A your-app-id -V app-version
> update_cron [YOUR_APP_DIR]
>
> For details and other languages, you may read the "Scheduling Tasks With
> Cron for Java" documentation page
> <https://cloud.google.com/appengine/docs/standard/java/config/cron?hl=en_GB&_ga=2.10290229.-1824116711.1512502827>
> .
>
> Usually, any change to the cron messages requires that you re-deploy the
> App Engine application. To avoid this, you could rewrite the App Engine
> application to pull the YAML file from a Cloud Storage bucket, have it
> monitor the file for changes, and update App Engine Cron Service when it
> detects modifications to the YAML file. More details are available on the
> "Reliable Task Scheduling on Google Compute Engine" page
> <https://cloud.google.com/solutions/reliable-task-scheduling-compute-engine#next-steps>
> .
>
> --
> You received this message because you are subscribed to a topic in the
> Google Groups "Google App Engine" group.
> To unsubscribe from this topic, visit https://groups.google.com/d/
> topic/google-appengine/mIoNVBc98h4/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
> [email protected].
> To post to this group, send email to [email protected].
> Visit this group at https://groups.google.com/group/google-appengine.
> To view this discussion on the web visit https://groups.google.com/d/
> msgid/google-appengine/e4374230-3961-4159-979b-
> 3be46774a8fc%40googlegroups.com
> <https://groups.google.com/d/msgid/google-appengine/e4374230-3961-4159-979b-3be46774a8fc%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
>
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/CAMyBFLhzzV-SwnZZG%3DnxqrgxDFGHiauBozihBT1Svqj8nTe2ew%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to