类似于 cluster.on('online') 事件,但特定于此工作进程。

    1. cluster.fork().on('online', () => {
    2. // 工作进程已上线。
    3. });

    此事件不会在工作进程中触发。