02.12.2021, 00:11
(01.12.2021, 06:42)admin Wrote: If you are saying that ping does not stop and cloud is working then something might be blocking the web server worker process.
Run this script once to add more worker processes and see if you still get this issue:
This is a temporary work-around. If it helps with the issue then we can check what is happening on the web server part further.Code:os.execute('sed -i "s/worker_processes 1/worker_processes 3/" /etc/nginx.conf; /etc/init.d/nginx reload')
This works. The problems seems to be gone for now. I will monitor the next day.