Skip to content

TheSchwartz Exit Status Table

mikert edited this page Mar 15, 2011 · 1 revision

Purpose

This table stores a record of the execution of "TheSchwartz tasks."

Fields

  • ts_exitstatus_jobid - int(11) - A foreign key which points to ts_funcmap.
  • ts_exitstatus_completion_time - int(11) - The UNIX timestamp for when the task completed.
  • ts_exitstatus_delete_after - int(11) - The UNIX timestamp for when the task should be removed.
  • ts_exitstatus_funcid - int(11) - A foreign key which points to ts_funcmap.
  • ts_exitstatus_status - int(11) - The exit status of the task.

Indexes

  • mt_ts_exitstatus_delete_after
  • mt_ts_exitstatus_funcid
Clone this wiki locally