task_adhoc

0 rows


Description

List of adhoc tasks waiting to run.

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
user.id taskadho_use2_fkR
blocking TINYINT 3 0
timecreated BIGINT 19 0

Timestamp of adhoc task creation

timestarted BIGINT 19 null

Time when the task was started

hostname VARCHAR 255 null

Hostname where the task is running

pid BIGINT 19 null

PHP process ID that is running the task

Indexes

Constraint Name Type Sort Column(s)
PRIMARY Primary key Asc id
taskadho_nex2_ix Performance Asc nextruntime
taskadho_use2_ix Performance Asc userid

Relationships