|
| $name = 'Table Snapshot' |
|
| $description |
|
| $default_schedule |
|
| $name = 'Fannie Task' |
|
| $description = 'Information about the task' |
|
| $default_schedule |
|
| $schedulable = true |
|
const | TASK_NO_ERROR = 0 |
|
const | TASK_TRIVIAL_ERROR = 1 |
|
const | TASK_SMALL_ERROR = 2 |
|
const | TASK_MEDIUM_ERROR = 3 |
|
const | TASK_LARGE_ERROR = 4 |
|
const | TASK_WORST_ERROR = 5 |
|
|
| $error_threshold = 99 |
|
| $config = null |
|
| $logger = null |
|
| $options = array() |
|
| $arguments = array() |
|
TableSnapshotTask::run |
( |
) | |
|
: most likely just means first ever run and the backup table does not exist yet
: backup did not happen. that's the primary purpose of this task.
: most likely just means first ever run and the backup table does not exist yet
: backup did not happen. that's the primary purpose of this task.
TableSnapshotTask::$default_schedule |
Initial value:= array(
'min' => 0,
'hour' => 1,
'day' => '*',
'month' => '*',
'weekday' => '*',
)
TableSnapshotTask::$description |
Initial value:= 'Copies table contents to a backup table
Currently applies to products & custdata. Deprecates nightly.tablecache.php.'
The documentation for this class was generated from the following file:
- fannie/cron/tasks/TableSnapshotTask.php