标签: nuxt.js pm2
我有一个正在使用PM2运行的nuxt.js应用程序。在我的登台环境中,当我进行更改并运行select t.* from tablename t where not exists ( select 1 from tablename where t_id = t.t_id and status = 'D' ) 时,该进程会重新启动,但未检测到更改(ID正确,只有一个进程正在运行)。
select t.* from tablename t where not exists ( select 1 from tablename where t_id = t.t_id and status = 'D' )
有人能指出我正确的方向吗?