tasks
Historical information about all tasks that have been run by GridServer.
Primary key: pk_tasks(task_rec_id)
|
Column name |
Data type |
Description |
|
task_rec_id |
bigidentity |
|
|
job_id |
bigint not null |
Service ID |
|
task_id |
int not null |
Task ID |
|
engine_id |
bigint |
Engine that eventually ran the task |
|
start_time |
timestamp |
When the task was started, or 1970-01-01 00:00:00.0 (UNIX epoch) if the task was never started |
|
end_time |
timestamp |
When the task finished |
|
task_status |
int |
Task status (see task_status_codes table). |
|
num_reschedules |
int |
Number of times the task was retried |
|
engine_instance |
int |
Number of Engine instance that ran the task |
|
task_info |
varchar(255) |
Task information |
|
broker_id |
int |
The Broker that handled the task |
|
description |
varchar(255) |
Description of the task |
|
input_size |
bigint |
Size of the Task’s input in kilobytes |
|
output_size |
bigint |
Size of the task’s output in kilobytes |
|
submit_time |
timestamp |
When the task was submitted |