When this method is called, Cloud Scheduler will dispatch the job, even if the job is already running.

cr_schedule_run(x, region = cr_region_get(), projectId = cr_project_get())

Arguments

x

The name of the scheduled job or a Job object

region

The region to run within

projectId

The projectId

Examples


if (FALSE) {
cr_project_set("my-project")
cr_region_set("europe-west1")
cr_schedule_run("cloud-build-test1")
}