Lists cloud scheduler jobs including targeting, schedule and authentication

cr_schedule_list(region = cr_region_get(), projectId = cr_project_get())

Arguments

region

The region to run within

projectId

The projectId

Examples


if (FALSE) {
cr_project_set("my-project")
cr_region_set("europe-west1")
cr_schedule_list()

}