This starts up a VM with cron and docker installed that can be used to schedule scripts

gce_vm_scheduler(vm_name = "scheduler", ...)

Arguments

vm_name

The name of the VM scheduler to create or return

...

Arguments passed on to gce_vm

name

The name of the instance

open_webports

If TRUE, will open firewall ports 80 and 443 if not open already

project

Project ID for this request

zone

The name of the zone for this request

Value

A VM object

See also

Other scheduler functions: gce_schedule_docker