Minor fixes

This commit is contained in:
David Bomba 2025-05-04 23:15:07 +10:00
parent fbfb74c1d5
commit 73b052972b
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ class BankMatchingService implements ShouldQueue
public function middleware() 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) public function failed($exception = null)