コード例 #1
0
 /**
  * Manually trigger a Finished job cleanup.
  * @return null
  */
 public function clean()
 {
     $this->out('Deleting old jobs, that have finished before ' . date('Y-m-d H:i:s', time() - Configure::read('queue.cleanuptimeout')));
     $this->QueuedTask->cleanOldJobs();
 }