status = $status; } /** * Execute the job. * * @return void */ public function handle() { $status = $this->status; // todo: fanout on write } }