1
0
Fork 0

Update InboxWorker

This commit is contained in:
Daniel Supernault 2019-08-27 19:14:56 -06:00
parent f54409fdf3
commit 20baf7a7c9
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7
1 changed files with 3 additions and 0 deletions

View File

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