Monitor jobs

How to monitor and inspect job progress, output data, and review logs to debug issues
Read time 2 minutesLast updated 2 months ago

The dashboard lists jobs created by running pipelines in your organization. You can watch active jobs progress through their steps, get the output data from completed jobs, rerun jobs, and check job logs to help debug issues.

Overview

Monitoring jobs enables you to:

View the progress of active and historical jobs

  1. Go to the Automation service on the Cloud dashboard
  2. Click
    Jobs
    in the navigation
Jobs page
A list of active and historical jobs is displayed.

Rerun a job

To run a pipeline using the same or similar parameters used on a previous job, follow these steps:
  1. Go to the jobs list
  2. Click the
    ...
    menu on a job you want to run the pipeline for again
  3. Click
    Rerun Job
The modal for running that pipeline will appear with the parameters populated with the previous job's parameters. You can modify the parameters and run it again.

View details for a job

To view a job's status, input parameters, and generated outputs, follow these steps:
  1. Go to the jobs list.
  2. Click a job's ID to open its details page
Job details page
You can see the values of the input parameters used to run the pipeline, as well as the outputs it generated. You can also access the Log tab from here.

View logs for each step of a job

Each step in a job contains logs that may provide helpful information, especially if the job failed. Use the logs to debug issues when creating a pipeline, or to determine why your input data might be invalid for a particular pipeline. To view job logs, follow these steps:
  1. View details for a job
  2. Click the
    Log
    tab
Job logs page
Each step of the job is listed. You can expand a step to view its detailed logs. You can also download or view the raw combined logs.