setName('DemoTime')->setDescription('Here is the remark '); } // 业务代码 业务代码执行时间过长,会造成堵塞,请合理安排执行任务 protected function execute(Input $input, Output $output) { Queue::work(DemoJob::class,['a' => 1]); return 0; } }