GatewayWorker+thinkphp5.1,操作數(shù)據(jù)庫,使用TP的DB類,Mysql數(shù)據(jù)庫默認連接是8小時。 在TP的命令行下的其他命令,配置斷線重連,始終有效。 config('database.break_reconnect',true); Db::Connect(config('database.')); 但在GatewayWorker中,大約每隔48小時,數(shù)據(jù)庫就會連接失?。?[attach]1226...