فهرست منبع

[智价云] 超时导出更新

tangyuanwang 1 روز پیش
والد
کامیت
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.
      *