We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2bd361 commit 3fc107cCopy full SHA for 3fc107c
1 file changed
ProcessMaker/Jobs/RefreshArtisanCaches.php
@@ -57,6 +57,8 @@ public function handle()
57
// Wait 3 seconds before running the job - debounce
58
if ($this->queuedAt && $this->queuedAt >= time() - 3) {
59
$this->release(3);
60
+
61
+ return;
62
}
63
64
$options = [
0 commit comments