Page MenuHomec4science

PhutilExcessiveServiceCallsDaemon.php
No OneTemporary

File Metadata

Created
Sat, Nov 23, 14:43

PhutilExcessiveServiceCallsDaemon.php

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

Event Timeline