Jobs Page

On this page Carat arrow pointing down
Warning:
CockroachDB v20.1 is no longer supported. For more details, see the Release Support Policy.

The Jobs page of the Admin UI provides details about long-running tasks performed by your cluster. These can include:

Tip:

All users can see their own jobs, and admin users can view all jobs performed across all nodes in the cluster.

To view these details, access the Admin UI and click Jobs in the left-hand navigation.

Filter jobs

Use the Status menu to filter jobs by job status.

Use the Type menu to filter jobs by type.

You can toggle between showing the latest 50 jobs or all jobs on the cluster.

Note:

Jobs are deleted every 14 days. This interval can be changed via the jobs.retention_time cluster setting.

The Jobs list is designed for you to manage pending work. It is not intended to display the canonical record of all jobs that have run. If you need a historical record of all jobs you have run, you should log this information externally.

Jobs list

Use the Jobs list to see your recently created and completed jobs.

CockroachDB Admin UI Jobs Page

Parameter Description
Description SQL statement that created the job.
Job ID Unique job ID. This value is used to pause, resume, or cancel jobs.
Users User that created the job.
Creation Time Date and time the job was created.
Status Current job status or completion progress.

Job status

Status Description
PENDING Job is created but has not started running.
PAUSED Job is paused.
FAILED Job failed to complete.
SUCCEEDED Job successfully completed.
CANCELED Job was cancelled.

A job that is currently running will be displayed with its percent completion and time remaining, rather than the RUNNING status.

Job details

Click any description on the jobs list to see the full SQL statement that created the job.

The job ID, creation time, users, and status are also shown.

CockroachDB Admin UI Jobs Page

See also


Yes No
On this page

Yes No