Преглед на файлове

[智价云] 超时导出更新

tangyuanwang преди 15 часа
родител
ревизия
d11affc957
променени са 2 файла, в които са добавени 8 реда и са изтрити 0 реда
  1. 4 0
      app/Jobs/Manager/Other/ExportLowPriceGoodsJobs.php
  2. 4 0
      app/Jobs/Manager/Other/ExportViolationProductJobs.php

+ 4 - 0
app/Jobs/Manager/Other/ExportLowPriceGoodsJobs.php

@@ -31,6 +31,10 @@ class ExportLowPriceGoodsJobs implements ShouldQueue
     use Dispatchable, InteractsWithQueue, Queueable, SerializesModels;
     protected $message_data;
     protected $company_id;
+
+    public $tries = 3; // 限制重试次数
+    public $timeout = 1800; // 超时30分钟
+
     /**
      * Create a new job instance.
      *

+ 4 - 0
app/Jobs/Manager/Other/ExportViolationProductJobs.php

@@ -31,6 +31,10 @@ class ExportViolationProductJobs implements ShouldQueue
     use Dispatchable, InteractsWithQueue, Queueable, SerializesModels;
     protected $message_data;
     protected $company_id;
+
+    public $tries = 3; // 限制重试次数
+    public $timeout = 1800; // 超时30分钟
+    
     /**
      * Create a new job instance.
      *