workerConfig([ 'name' => 'acs', 'count' => 1 ]); Server::app('acs')->event('WorkerStart', function () { init_config(); init_structure(); init_routes(); init_database(); });