View source: R/cloudscheduler.R
Job | R Documentation |
Job Schedule Object
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 )
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 |
Configuration for a job.The maximum allowed size for a job is 100KB.
Job object
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()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.