Kaynağa Gözat

aumento timeout

FabioFratini 7 ay önce
ebeveyn
işleme
ffecc98d54
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      app/Jobs/ExportPrimaNota.php

+ 1 - 1
app/Jobs/ExportPrimaNota.php

@@ -19,7 +19,7 @@ class ExportPrimaNota implements ShouldQueue
 {
     use Dispatchable, InteractsWithQueue, Queueable, SerializesModels;
 
-    public $timeout = 600;
+    public $timeout = 1200;
     public $tries = 3;
     public $maxExceptions = 3;