我们无法找到/proc/uptime中的正常运行时间,使用os.uptime()值,Pm2 3.5错误
2020-02-11T20:11:43: PM2 warn: [pidusage] We couldn't find uptime from /proc/uptime, using os.uptime() value
2020-02-11T20:12:13: PM2 warn: [pidusage] We couldn't find uptime from /proc/uptime, using os.uptime() value
2020-02-11T20:12:43: PM2 warn: [pidusage] We couldn't find uptime from /proc/uptime, using os.uptime() value
2020-02-11T20:13:13: PM2 warn: [pidusage] We couldn't find uptime from /proc/uptime, using os.uptime() value
2020-02-11T20:13:43: PM2 warn: [pidusage] We couldn't find uptime from /proc/uptime, using os.uptime() value
2020-02-11T20:14:13: PM2 warn: [pidusage] We couldn't find uptime from /proc/uptime, using os.uptime() value
2020-02-11T20:14:43: PM2 warn: [pidusage] We couldn't find uptime from /proc/uptime, using os.uptime() value
2020-02-11T20:15:43: PM2 warn: [pidusage] We couldn't find uptime from /proc/uptime, using os.uptime() value
2020-02-11T20:16:13: PM2 warn: [pidusage] We couldn't find uptime from /proc/uptime, using os.uptime() value发布于 2020-06-01 06:30:15
我没有防弹证据,但是当我们将PM2从4.2.3更新到4.4时,同样的错误在我们的项目中开始了。
老实说,我们用互联网在主机上安装了模块,并将其复制到生产中,这一做法成功了很多次,但这是一种糟糕的做法。
因此,在降级到4.2.3 (通过Nexus正确安装)之后,一切正常
https://stackoverflow.com/questions/60182123
复制相似问题