|
|
@@ -142,7 +142,7 @@ class ScrapeDataProductJobs implements ShouldQueue
|
|
|
$index_number = 0;
|
|
|
foreach ($cache_product_datas as $key => $product_data) {
|
|
|
$index_number = $key + 1;
|
|
|
- $message_data = ['company_id' => $company_id, 'page' => '1', 'limit' => '10000', 'product_data' => $product_data, 'index_number' => $index_number, 'data_totle' => $data_totle];
|
|
|
+ $message_data = ['company_id' => $company_id, 'page' => '1', 'limit' => '1000', 'product_data' => $product_data, 'index_number' => $index_number, 'data_totle' => $data_totle];
|
|
|
LowPriceGoodsJobs::dispatch($message_data);
|
|
|
// LowPriceGoodsJobs::dispatchSync($message_data);
|
|
|
ViolationProductJobs::dispatch($message_data);
|