My Web API stops responding to requests for no reason on CentOS 7
Tran Minh Duc
0
Reputation points
I'm running a .NET Core 6.0 web API project on CentOS 7, my project has around 50 APIs inside. However, somehow it always stop responding to requests after a few hours. I checked journalctl many times and it didn't show any error. I used 'ps aux' command and it showed that the process was still running. I had to restart it every times it stopped running.
I have no idea on what caused this problem.
Sign in to answer