Increase backoff period
This commit is contained in:
parent
20fb487873
commit
b2bd8b40c2
1 changed files with 1 additions and 1 deletions
|
|
@ -51,7 +51,7 @@ class NinjaMailerJob implements ShouldQueue
|
|||
|
||||
public $tries = 3; //number of retries
|
||||
|
||||
public $backoff = 10; //seconds to wait until retry
|
||||
public $backoff = 30; //seconds to wait until retry
|
||||
|
||||
public $deleteWhenMissingModels = true;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue