فهرست منبع

fix: GenerateAnalysisPdfJob 指定队列 $queue = 'pdf'

大侠咬超人 1 هفته پیش
والد
کامیت
438c81e371
1فایلهای تغییر یافته به همراه5 افزوده شده و 0 حذف شده
  1. 5 0
      app/Jobs/GenerateAnalysisPdfJob.php

+ 5 - 0
app/Jobs/GenerateAnalysisPdfJob.php

@@ -14,6 +14,11 @@ class GenerateAnalysisPdfJob implements ShouldQueue
 {
 {
     use Dispatchable, InteractsWithQueue, Queueable, SerializesModels;
     use Dispatchable, InteractsWithQueue, Queueable, SerializesModels;
 
 
+    /**
+     * 指定队列名称 - PDF 生成需要 Chrome,必须在 pdf 队列处理
+     */
+    public string $queue = 'pdf';
+
     public string $paperId;
     public string $paperId;
     public string $studentId;
     public string $studentId;
     public ?string $recordId;
     public ?string $recordId;