Dec 27, 2020
0
Level 13
Delay + onQueue in lumen app
i want to use delay and onQueue methods at same time but i'll get error:
dispatch(new MyJob())->delay(Carbon::now()->addHours(2))->onQueue('high');
Error : Call to undefined method Laravel\Lumen\Bus\PendingDispatch::delay()
Please or to participate in this conversation.