Skip to content

Commit 35cbeaa

Browse files
committed
Sleep the parent for 1s
1 parent 6b3e6da commit 35cbeaa

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

library/WorkerDaemon.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ public function executeJob(JobInterface $job)
4848
$this->delegateJob($job);
4949
}
5050
}
51+
sleep(1);
5152
}
5253

5354
public function terminateJob()

0 commit comments

Comments
 (0)