Its a Java/Docker/FlexVM app not a standard Python appengine app...? On Saturday, 4 March 2017 14:46:41 UTC, Nickolas Daskalou wrote: > > Have you updated your crons with something like this? > > > appcfg.py update_cron dir_with_cron_file? > > See here for more info: > > > https://cloud.google.com/appengine/docs/standard/python/tools/appcfg-arguments#update_cron > > You'll also need to ensure the /tasks/test URL is routed to your Flex > environment service, either as the "default" service or via routing rules > in dispatch.yaml (which you can upload with appcfg.py also). > > Nick > On 05/03/2017 1:19 AM, "Ben Rometsch" <[email protected] > <javascript:>> wrote: > >> Hi, >> >> I'm running a custom Docker runtime on flexible VMs. I have an cron.yaml >> file in my root dir that looks like: >> >> cron: >> - description: daily summary job >> url: /tasks/test >> schedule: every 1 minutes >> >> It's not being run. Is cron.yaml supported in custom Docker runtimes? The >> documentation doesn't make any reference. >> >> Thanks >> >> >> -- >> 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] <javascript:>. >> To post to this group, send email to [email protected] >> <javascript:>. >> 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/fb9f299d-0f96-45d7-864f-513cffc4f70d%40googlegroups.com >> >> <https://groups.google.com/d/msgid/google-appengine/fb9f299d-0f96-45d7-864f-513cffc4f70d%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/b13ddbe6-5e83-40da-bc19-f68057604091%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
