TarsPHP / tars-server

11 stars 12 forks source link

keepalive & monitor report bugfix #2

Closed luoxiaojun1992 closed 5 years ago

luoxiaojun1992 commented 5 years ago

Bug Review: In laravel framework, the output of ps command returned by exec function is not completed. So the task process will not report keepalive information because it can't get any worker information.

Fix: Add a ps command option when task process calls ps system command.

meijing0114 commented 5 years ago

ok, this make sure the output will not be truncated.