소스 검색

[智价云] 超时导出更新

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