The docs <https://cloud.google.com/appengine/docs/flexible/java/dev-java-only> do suggest that cron.yaml should work on the OpenJDK runtime. I'll investigate this more and update the thread once I've finished testing.
On Sunday, March 5, 2017 at 4:03:23 AM UTC-5, Ben Rometsch wrote: > > Hmm I tried extending FROM gcr.io/google_appengine/openjdk but it's still > not working. Any ideas? How does the cron.yaml get processed included into > the Appengine backend? > > On Saturday, 4 March 2017 14:19:23 UTC, Ben Rometsch 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]. 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/51600a75-ed39-4b23-ab9f-9b0d9380ca02%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
