schedule

@JvmName(name = "nyeygnkkjbpootmq")
suspend fun schedule(value: Output<String>)
@JvmName(name = "dhdicgqgjtdqiowc")
suspend fun schedule(value: String?)

Parameters

value

Describes the interval at which the job runs. This interval must be at least 1 day, and it is rounded to the nearest day. For example, if you specify a 50-hour interval, the job runs every 2 days. You can provide the schedule in /scheduler/docs/configuring/cron-job-schedules or in an /appengine/docs/standard/python/config/cronref#schedule_format. Regardless of what you specify, the job will run at 10:00 AM UTC. Only the interval from this schedule is used, not the specific time of day.