Samples
Get job success/failure information for a specific .Available columns
| Name | Type | Description |
|---|---|---|
hypertable_schema | TEXT | Schema name of the hypertable |
hypertable_name | TEXT | Table name of the hypertable |
job_id | INTEGER | The id of the background job created to implement the policy |
last_run_started_at | TIMESTAMP WITH TIME ZONE | Start time of the last job |
last_successful_finish | TIMESTAMP WITH TIME ZONE | Time when the job completed successfully |
last_run_status | TEXT | Whether the last run succeeded or failed |
job_status | TEXT | Status of the job. Valid values are ‘Running’, ‘Scheduled’ and ‘Paused’ |
last_run_duration | INTERVAL | Duration of last run of the job |
next_start | TIMESTAMP WITH TIME ZONE | Start time of the next run |
total_runs | BIGINT | The total number of runs of this job |
total_successes | BIGINT | The total number of times this job succeeded |
total_failures | BIGINT | The total number of times this job failed |