Переглянути джерело

[智价云] 超时导出更新

tangyuanwang 1 день тому
батько
коміт
d11affc957

+ 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.
      *