New: pm2All contenthive-129948hive-196917krsteemzzanhive-166405hive-183959hive-180932hive-185836photographyuncommonlabhive-183397hive-144064hive-150122hive-101145krsuccessbitcoinhive-145157hive-188619hive-184714hive-193637hive-103599hive-139150hive-180301hive-165987TrendingNewHotLikersjustyy (82)in blog • 3 months agoPM2 NodeJs Process got SIGINTSIGINT - usually being killed. I've asked chatgpt AI - which explains: It turns out it is intended - I forgot that I put pm2 restart in the crontab hourly job. Steem to the…justyy (82)in blog • 7 months agoPM2 Process Crashed with SegFaultI've observed several cases occasionally from time to time (it happens once every few months) that the Processes that are run by PM2 Process Manager (NodeJS) have crashed with Segfault: A…gogikr (76)in kr • 2 years agopm2 ppid 날려먹은 후기서막 오늘도 평화롭게 새벽에 코딩을 하고 있었습니다. python에서 thread로 여러 작업을 돌리는걸 구현하려다가 deamon 설정을 안하는 바람에 좀비를 만들게 되면서 일이 시작되었죠. 좀비 처리 좀비를 처리하기 위해서 pid을 kill했지만 다시 살아났습니다. 그래서 ppid로 parent을 kill sigint을 날려서 확실히…timknip (60)in note-timnip • 5 years agopm2常用命令及参数传递$ pm2 start app.js # 启动app.js应用程序thepageskeeper (0)in linux • 5 years agoProject refusedProject refusedjustyy (82)in witness-category • 5 years agoThree ways of Running a continuous NodeJS Application on Your ServerLet's say, I have an application that is written in NodeJs, that process the latest blocks of the steem blockchain and write data into a database. I have three ways of running it on my server.…d00k13 (75)in smoke-io • 5 years agoAll Green Once Again!!! Missed Blocks 🤦♂️ How Do I Auto Start With Pm2?This would have been about the time all @d00k13 hit the fan... I was people watching smoking a few joints 😅 while missing blocks left right and centre. Having started into playing with…oflyhigh (79)in cn • 5 years ago每天进步一点点:PM2设置开机自启动之前的文章中,我介绍了可以使用 PM2来让node.js程序一直运行 ,但是这样做的一个前提是我们要执行一下 pm2 start xxx.js 命令。 (图源 : pixabay ) 那么新问题来了,每次我们需要重启服务器,都需要重新执行一下 pm2 start xxx.js 命令,是不是很麻烦,有没有办法让PM2在开机时自动启动我们的应用? pm2 startup…oflyhigh (79)in cn • 6 years ago每天进步一点点:让node.js 应用一直运行的方法这两天和一个node.js应用较劲,其实我这玩意我的外行中外行,七窍通了六窍——一窍不通,不过慢慢学呗。 (图源 : pixabay ) 昨天好不容易把程序运行起来了,浏览器也可以访问了,大松了一口气,可是早晨起来再一试,怎么访问不了啦?再一想,这也合理,我的ssh终端窗口都死掉了,程序当然一起死掉啦。…apm1007 (25)in dtube • 7 years agoMagic Mirror: enable autostart with pm2Magic Mirror: enable autostart with pm2 ▶️ DTube ▶️ IPFScyma (25)in pm2 • 7 years agoPM2 에서 Next.js OR Nuxt.js 동작시키기for development pm2 start npm --name "next" -- run dev for production npm run build pm2 start npm --name "next" -- start