Browse Source

Update InboxWorker

Daniel Supernault 5 years ago
parent
commit
20baf7a7c9
1 changed files with 3 additions and 0 deletions
  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.
      *