public function registerTask()
 {
     $this->model->planNextRun();
     return $this->model->save();
 }