Application Service > Cloud Scheduler > Console User Guide > Create Schedule
A schedule consists of basic information, target info, and additional settings.
This document explains the steps to create a schedule in detail.
Important
Date data is based on UTC+09:00.
To create a schedule, you must first enable the Cloud Scheduler service. See Guide to Enabling Project Services to enable the Cloud Scheduler service.
In the NHN Cloud console, click Application Service > Cloud Scheduler.
Click + Create Schedule.
To use templates, select Enable.
If there's a template you want to use, select the template.
Enter basic information settings, then click Next.
Execution Type: Select the type of schedule execution. The type can be one-time or recurring, and the settings will vary depending on the type you select.
Recurring: Run the task repeatedly at a set time or at a set interval. You can choose between Cron or Rate types to set when the task runs.
Field | Value | Allowed symbols |
---|---|---|
Minutes | 0 to 59 | * , , , - |
Hours | 1 to 24 | * , , , - |
Day of month | 1 to 31 | * , , , - |
Month | 1 to 12 or JAN to DEC | * , , , - |
Day of week | 0 to 6 or SUN to SAT | * , , , - |
Started on: The date the schedule starts. The start date is required, The start date can be set from 5 minutes after the current time.
Set the target for the schedule, then click Next.
After you complete the additional settings, click Next.
200
and the value of $.header.isSuccessful
is true
2xx
In the Final Review and Save step, confirm the information you set up earlier and click Create Schedule.
Important
Caution
If you select the recurrence type as Rate, the schedule execution time may differ depending on the started on and Rate. See the How Rate Schedules Works and Schedule Execution Examples to set it up correctly.
Rate schedules run schedules based on the time intervals you set. This section explains how Rate schedules work.
When a schedule runs depends on the start and end dates you set, and what type of schedule you entered. To help you understand, we'll show you an example of how a Cron and Rate schedule type would run with the same start and end dates.