cr_schedule_build {googleCloudRunner} | R Documentation |
Schedule a Build object via HTTP or PubSub
Description
Schedule a Build object via HTTP or PubSub
Usage
cr_schedule_build(
build,
schedule,
schedule_type = c("http", "pubsub"),
email = cr_email_get(),
projectId = cr_project_get(),
...
)
Arguments
build |
A Build object |
schedule |
A cron schedule e.g. |
schedule_type |
Whether to use HTTP or PubSub styled schedules |
email |
The email that will authenticate the job set via cr_email_set |
projectId |
The GCP project to run within usually set with cr_project_set |
... |
Arguments passed on to
|
Details
See also cr_schedule which you can use by to customise your schedule.
Value
cr_schedule_build
returns a cloud scheduler Job object