@@ -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;