Parcourir la source

Update InboxWorker

Daniel Supernault il y a 5 ans
Parent
commit
20baf7a7c9
1 fichiers modifiés avec 3 ajouts et 0 suppressions
  1. 3 0
      app/Jobs/InboxPipeline/InboxWorker.php

+ 3 - 0
app/Jobs/InboxPipeline/InboxWorker.php

@@ -18,6 +18,9 @@ class InboxWorker implements ShouldQueue
     protected $profile;
     protected $payload;
 
+    public $timeout = 5;
+    public $tries = 1;
+
     /**
      * Create a new job instance.
      *