Minor fixes
This commit is contained in:
parent
fbfb74c1d5
commit
73b052972b
|
|
@ -50,7 +50,7 @@ class BankMatchingService implements ShouldQueue
|
|||
|
||||
public function middleware()
|
||||
{
|
||||
return [(new WithoutOverlapping($this->db."_".$this->company_id))->releaseAfter(60)];
|
||||
return [(new WithoutOverlapping($this->db."_".$this->company_id))->releaseAfter(60)->expireAfter(60)];
|
||||
}
|
||||
|
||||
public function failed($exception = null)
|
||||
|
|
|
|||
Loading…
Reference in New Issue