untymage's avatar

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()

0 likes
0 replies

Please or to participate in this conversation.