Job {googleCloudRunner} | R Documentation |
Job Schedule Object
Description
Job Schedule Object
Usage
Job(
name = NULL,
description = NULL,
schedule = NULL,
timeZone = NULL,
userUpdateTime = NULL,
state = NULL,
status = NULL,
scheduleTime = NULL,
lastAttemptTime = NULL,
retryConfig = NULL,
attemptDeadline = NULL,
pubsubTarget = NULL,
appEngineHttpTarget = NULL,
httpTarget = NULL
)
Arguments
name |
Name to call your scheduled job |
description |
Optionally caller-specified in CreateJob or |
schedule |
A cron schedule e.g. |
timeZone |
Specifies the time zone to be used in interpreting schedule. If set to |
userUpdateTime |
Output only |
state |
Output only |
status |
Output only |
scheduleTime |
Output only |
lastAttemptTime |
Output only |
retryConfig |
Settings that determine the retry behavior |
attemptDeadline |
The deadline for job attempts |
pubsubTarget |
A Pub/Sub target object PubsubTarget such as created via cr_schedule_pubsub |
appEngineHttpTarget |
App Engine HTTP target |
httpTarget |
A HTTP target object HttpTarget |
Details
Configuration for a job.The maximum allowed size for a job is 100KB.
Value
Job object
See Also
Other Cloud Scheduler functions:
HttpTarget()
,
PubsubTarget()
,
cr_build_schedule_http()
,
cr_run_schedule_http()
,
cr_schedule_delete()
,
cr_schedule_get()
,
cr_schedule_list()
,
cr_schedule_pause()
,
cr_schedule_run()