All Products
Search
Document Center

PolarDB:Scheduled tasks

更新時間:Sep 04, 2024

You can configure the execution time of some O&M tasks, including upgrading a cluster, adding nodes, updating versions, or changing the primary zone. Those tasks that run according to the defined schedule are known as scheduled tasks. This topic describes how to view or cancel a scheduled task in the console.

Notes

View scheduled tasks

  1. Log on to the PolarDB console.

  2. In the left-side navigation pane, click Clusters.

  3. In the upper-left corner, select the region in which the cluster is deployed.

  4. In the left-side navigation pane, choose Scheduled Tasks.

  5. On the Scheduled Tasks page, view the details of all scheduled tasks in the region, such as Task ID, Status, Task Action, Start Time, End Time, and Execution Time.

    1

    Note
    • The API of the task is displayed in the Task Action column. The following Task Action are supported:

      • ModifyDBClusterPrimaryZone: changes the primary zone.

      • ModifyDBNodeClass: upgrades a cluster.

      • CreateDBNodes: adds cluster nodes.

      • UpgradeDBClusterVersion: updates the version of a cluster.

    • You can view the Order ID of the cluster only when Task Action is ModifyDBNodeClass or CreateDBNodes.

Cancel a scheduled task

  1. Log on to the PolarDB console.

  2. In the left-side navigation pane, click Clusters.

  3. In the upper-left corner, select the region in which the cluster is deployed.

  4. In the left-side navigation pane, choose Scheduled Tasks.

  5. On the Scheduled Tasks page, find the target scheduled task and choose Cancel in the corresponding Actions column.

    Note

    You can cancel only the tasks whose Status is Pending. Scheduled tasks for downgrade operations, such as node deletion and automatic or manual downgrade, cannot be canceled.

  6. In the message that appears, click OK.

Related API operations

API

Description

DescribeScheduleTasks

Queries the details of all scheduled tasks or a specified scheduled task that belongs to the current account.

CancelScheduleTasks

Cancels specified scheduled tasks.