Skip to main content
The Schedules page of the DB Console provides details about the scheduled tasks performed by your cluster. These can include:
To view these details, and click Schedules in the left-hand navigation.

Filter schedules

  • Use the Status menu to filter schedules by schedule status, displaying all schedules, only active schedules, or only paused schedules.
  • Use the Show menu to toggle displaying the latest 50 schedules or all schedules on the cluster.

Schedules list

Use the Schedules list to see your active and paused schedules.
  • To view schedule details click the schedule ID.
  • If you drop a schedule, it will no longer be listed.
The following screenshot shows a list of backups and automated statistics compaction schedules: Schedules Page UI in the DB Console showing a list of schedules
ColumnDescription
Schedule IDThe unique ID for the schedule. This is used to , , and schedules.
LabelThe label given to the schedule on creation.
StatusThe current status of the schedule, Active or Paused.
Next Execution Time (UTC)The next time at which the scheduled task will run.
RecurrenceHow often the schedule will run.
Jobs RunningThe number of jobs currently running for that schedule.
OwnerThe user that created the schedule.
Creation Time (UTC)The time at which the user originally created the schedule.

Schedule details

Click on a schedule ID to view the full SQL statement that the schedule runs. For example, the following screenshot shows the resulting statement for a full cluster backup recurring every day: UI for each individual schedule ID displaying the CREATE SCHEDULE SQL statement You may also view a protected_timestamp_record on this page. This indicates that the schedule is actively managing its own records independently of . See for more detail.

See also