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.
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.
Select a target type. The target type can be either direct input or target template, and what you enter depends on the type you select.
Direct input: Enter the target information directly. * URL: Enter the URL to call. You can enter up to 255 characters. * HTTP Method: Click the drop-down list to select an HTTP method. * HTTP headers: Click + Add to enter HTTP headers. You can add up to 20 HTTP headers, and the total size of all headers you add can be up to 8 KB combined. * Parameters: Enter the body of the request. The Parameters field appears when you select the HTTP method as POST, PUT, or PATCH. The maximum parameter size you can enter is 256 KB.
After you complete the additional settings, click Next.
200 and the value of $.header.isSuccessful is true2xxIn the Final Review and Save step, confirm the information you set up earlier and click Create Schedule.
Important
Caution
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.
Important
The date data in Schedule Execution Examples is based on UTC+09:00.