Update InboxPipeline, increase timeout length

This commit is contained in:
Daniel Supernault 2021-01-07 14:00:37 -07:00
parent 04b9bceba7
commit d5cd2ad4cb
No known key found for this signature in database
GPG key ID: 0DEF1C662C9033F7
2 changed files with 4 additions and 1 deletions

View file

@ -23,7 +23,7 @@ class InboxValidator implements ShouldQueue
protected $headers;
protected $payload;
public $timeout = 5;
public $timeout = 60;
public $tries = 1;
/**

View file

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