We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b3e6da commit 35cbeaaCopy full SHA for 35cbeaa
1 file changed
library/WorkerDaemon.php
@@ -48,6 +48,7 @@ public function executeJob(JobInterface $job)
48
$this->delegateJob($job);
49
}
50
51
+ sleep(1);
52
53
54
public function terminateJob()
0 commit comments