Are you using a base image in your Dockerfile that is an App Engine 
runtime? If you use a non-App Engine base image, the App Engine Cron 
Service will not be available.

On Saturday, March 4, 2017 at 2:55:11 PM UTC-5, Ben Rometsch wrote:
>
> 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" <b...@solidstategroup.com> 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 google-appengi...@googlegroups.com.
>>> To post to this group, send email to google-a...@googlegroups.com.
>>> 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 google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
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/ad591ef8-e37d-4c7a-977b-f887b89bbdff%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to