cron_process_log

0 rows


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id INT 10 null

The id of cron process

cronId INT 10 null

The id of the cron run this process ran during

processName VARCHAR 50 null

The name of the process being run

startTime INT 10 null

The timestamp when the process started

lastUpdate INT 10 NULL

The timestamp when the process last updated (to check for stuck processes)

endTime INT 10 NULL

The timestamp when the process ended

numErrors INT 10 0

The number of errors that occurred during the process

numUpdates INT 10 0

The number of updates, additions, etc. that occurred

notes MEDIUMTEXT 16777215 NULL

Additional information about the process

numSkipped INT 10 0

Indexes

Constraint Name Type Sort Column(s)
cron_process_log_s_pk Primary key Asc id
cronId Performance Asc cronId
PRIMARY Must be unique Asc id
processName Performance Asc processName
startTime Performance Asc startTime

Relationships