Update InboxPipeline, increase timeout length

pull/2548/head
Daniel Supernault 4 years ago
parent 04b9bceba7
commit d5cd2ad4cb
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7

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

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

Loading…
Cancel
Save