task_adhoc table columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
id | BIGINT | 19 | √ | null |
|
|
||||
component | VARCHAR | 255 |
|
|
The component that triggered this adhoc task. |
|||||
classname | VARCHAR | 255 |
|
|
The name of the class extending adhoc_task to run when this task is executed. |
|||||
nextruntime | BIGINT | 19 | null |
|
|
|||||
faildelay | BIGINT | 19 | √ | null |
|
|
||||
customdata | LONGTEXT | 2147483647 | √ | null |
|
|
Custom data to be passed to the adhoc task. Must be serialisable using json_encode() |
|||
userid | BIGINT | 19 | √ | null |
|
|
||||
blocking | TINYINT | 3 | 0 |
|
|
Table contained -1 rows
task_adhoc table indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PRIMARY | Primary key | Asc | id |
taskadho_nex_ix | Performance | Asc | nextruntime |
taskadho_use_ix | Performance | Asc | userid |