From 73b052972b3cb97d1291eeb8af73d1035e5fd57c Mon Sep 17 00:00:00 2001 From: David Bomba Date: Sun, 4 May 2025 23:15:07 +1000 Subject: [PATCH] Minor fixes --- app/Services/Bank/BankMatchingService.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Services/Bank/BankMatchingService.php b/app/Services/Bank/BankMatchingService.php index b6d408a7c1..9cd6bb26a6 100644 --- a/app/Services/Bank/BankMatchingService.php +++ b/app/Services/Bank/BankMatchingService.php @@ -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)