I have a nodejs based Managed VM. It works great, deploys fine, etc. However, I can find basically zero documentation about getting AppEngine's cron to work with it. Many forum/stack overflow posts allude to it being supported, but no one knows how.
I tried dropping a cron.yaml file into my app's directory (same location as the app.yaml file) but it doesn't seem to register when deployed.
Anyone know anything about this, is it supported or not?
*Note I'm not talking about cron within the docker image, I'm specifically asking about the AppEngine cron functionality that is grouped with Task Queues in the console.