문제

How can I automatically restart my node js server every 4 hours automatically. There is a bug that only shows up after 4 hours and I want to be able to run it through the night. I'm already using forever. Thanks, Arjun

도움이 되었습니까?

해결책

It doesn't sound like you're really solving the problem... But you could use a crob job.

Something like:

0 */4 * * * forever restart <MYSCRIPT.JS>

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top