Page MenuHomec4science

PhutilExcessiveServiceCallsDaemon.php
No OneTemporary

File Metadata

Created
Sun, Dec 29, 13:49

PhutilExcessiveServiceCallsDaemon.php

<?php
/**
* Daemon which makes a lot of service calls.
*/
final class PhutilExcessiveServiceCallsDaemon extends PhutilTortureTestDaemon {
protected function run() {
while (true) {
execx('true');
$this->stillWorking();
}
}
}

Event Timeline