Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
|---|---|---|---|---|---|---|---|---|
| id | int8 | 19 | null |
|
|
|||
| task_name | text | 2147483647 | null |
|
|
|||
| task_instance | text | 2147483647 | null |
|
|
|||
| task_data | bytea | 2147483647 | √ | null |
|
|
||
| picked_by | text | 2147483647 | √ | null |
|
|
||
| time_started | timestamptz | 35,6 | null |
|
|
|||
| time_finished | timestamptz | 35,6 | null |
|
|
|||
| succeeded | bool | 1 | null |
|
|
|||
| duration_ms | int8 | 19 | null |
|
|
|||
| exception_class | text | 2147483647 | √ | null |
|
|
||
| exception_message | text | 2147483647 | √ | null |
|
|
||
| exception_stacktrace | text | 2147483647 | √ | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| scheduled_execution_logs_pkey | Primary key | Asc | id |
| stl_exception_class_idx | Performance | Asc | exception_class |
| stl_started_idx | Performance | Asc | time_started |
| stl_task_name_idx | Performance | Asc | task_name |
