When you perform operations and management (O&M) tasks, you can customize the execution time of the tasks. For example, you can customize the execution time of tasks for upgrading a cluster, adding nodes, upgrading versions, or changing the primary zone. This topic describes how to view or cancel a scheduled task in the console after you create the task.

Precautions

  • You can view the details of only the following scheduled tasks:
  • 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.

View scheduled tasks

  1. Log on to the PolarDB console.
  2. In the upper-left corner of the console, select the region where the cluster that you want to manage is deployed.
  3. In the left-side navigation pane, click Scheduled Tasks.
  4. On the Scheduled Tasks page, you can view the details about all scheduled tasks in the region, such as the 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 nodes.
      • UpgradeDBClusterVersion: upgrades 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 upper-left corner of the console, select the region where the cluster that you want to manage is deployed.
  3. In the left-side navigation pane, click Scheduled Tasks.
  4. On the Scheduled Tasks page, find the scheduled task that you want to cancel, and click Cancel in the Actions column.
    2
    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.
  5. In the dialog box that appears, click OK.

Related API operations

Operation Description
DescribeScheduleTasks Queries the details of all scheduled tasks or a specified scheduled task that belongs to the current account.
CancelScheduleTasks Cancels a specified scheduled task.