common.running_crons

Field Type Null Default Key Extra Comment
rcron_id int(11) NO PRI auto_increment
rcron_server varchar(100) NO MUL Server environment cron is running on
rcron_key varchar(100) NO MUL Developer friendly key to identify cron job type. No Spaces
rcron_instance int(11) NO 0 MUL instance number for multiple running crons
rcron_name varchar(100) NO User friendly name to identify cron job type
rcron_details varchar(255) NO Brief description of current status of cron i.e. running Practice Analysis for client 13945
rcron_complete tinyint(1) NO 0 Indicates cron has completed work
rcron_modified timestamp YES CURRENT_TIMESTAMP on update CURRENT_TIMESTAMP
rcron_created timestamp YES CURRENT_TIMESTAMP

References

Local Column References
rcron_id
TableColumn
_8.daily_close_calculationsdcc_rcron_id
common.reports_queue_ordersrqo_rcron_id