class TestWorker extends BasicWorker {
    
    protected function doStart() {
        $this->logInfo('doStart');
    }