mirror of
				https://github.com/goldbergyoni/nodebestpractices.git
				synced 2025-11-04 04:13:54 +08:00 
			
		
		
		
	Peer review comments
This commit is contained in:
		@ -150,7 +150,7 @@ Read in a different language: [**CN**](/README.chines
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
<br/><br/>
 | 
					<br/><br/>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
## ![✔] 2.6 Shutdown the process gracefully when a stranger comes to town
 | 
					## ![✔] 2.6 Exit the process gracefully when a stranger comes to town
 | 
				
			||||||
 | 
					
 | 
				
			||||||
**TL;DR:** When an unknown error occurs (a developer error, see best practice 2.3) - there is uncertainty about the application healthiness. A common practice suggests restarting the process carefully using a process management tool like Forever or PM2
 | 
					**TL;DR:** When an unknown error occurs (a developer error, see best practice 2.3) - there is uncertainty about the application healthiness. A common practice suggests restarting the process carefully using a process management tool like Forever or PM2
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user