Skip to content

Commit 3fc107c

Browse files
committed
Fix missing return from conflict
1 parent b2bd361 commit 3fc107c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

ProcessMaker/Jobs/RefreshArtisanCaches.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,8 @@ public function handle()
5757
// Wait 3 seconds before running the job - debounce
5858
if ($this->queuedAt && $this->queuedAt >= time() - 3) {
5959
$this->release(3);
60+
61+
return;
6062
}
6163

6264
$options = [

0 commit comments

Comments
 (0)