quanwei
16 hours ago d88e50b8f11f09fe531bfa467745b62c8eb78cf2
admin/config/business_gateway_worker.php
@@ -32,6 +32,7 @@
    'lanIp'                 => '127.0.0.1',
    'startPort'             => 2100,
    'daemonize'             => false,
    'pidFile'               => runtime_path() . 'business_gateway_worker.pid',
    'pingInterval'          => 30,
    'pingNotResponseLimit'  => 1,
    'pingData'              => '',
@@ -42,4 +43,10 @@
        'count'        => 1,
        'eventHandler' => '\app\gateway\BusinessEvents',
    ],
    // Register配置pid文件
    'registerPidFile'       => runtime_path() . 'business_gateway_register.pid',
    'gatewayPidFile'        => runtime_path() . 'business_gateway_gateway.pid',
    'businessWorkerPidFile' => runtime_path() . 'business_gateway_business.pid',
];