orderBy('created_at', 'ASC') ->lazyById(200) ->each(function ($order) { OrderHandleJob::dispatch($order->trade_no); }); } }