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 |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| PRIMARY | Primary key | Asc | id |
| taskadho_nex2_ix | Performance | Asc | nextruntime |
| taskadho_use4_ix | Performance | Asc | userid |



