瀏覽代碼

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;
 
+    /**
+     * 指定队列名称 - PDF 生成需要 Chrome,必须在 pdf 队列处理
+     */
+    public string $queue = 'pdf';
+
     public string $paperId;
     public string $studentId;
     public ?string $recordId;