dongyule

Results 4 issues of dongyule

执行supervisectr restart报如下错误 ![image](https://user-images.githubusercontent.com/6435231/182827263-8b56b531-9bb2-4f71-88a2-992a021ab032.png) 查看端口进程 ![image](https://user-images.githubusercontent.com/6435231/182827568-db3be102-f52a-4d54-b812-f15543111e00.png) rsync进程占用了端口,pika启动失败,比较坑

``` https://wiki.swoole.com/#/server/methods?id=reload # 仅重启task进程 kill -USR2 主进程PID ``` 根据官方提示无法平滑重启Task进程、看源码应该是easyswoole重新实现了Task,那如何平滑重启呢。

$data = DwsProductVideoSaleModel::create() ->where('product_id', '1729384061098168377') ->order('video_qty', 'DESC') ->limit(10) ->all(); print_r($data); 报错如下: SQLSTATE[08S01] [1047] Unsupported command(COM_STMT_PREPARE) [show full columns from dws_product_video_sale_all]