My django+ngnix application server goes down frequently without proper information. So I checked the logs and can see the process goes into defunct state.
3072 ? 00:18:41 uwsgi
4045 ? 01:00:56 uwsgi Defunct
So restarted the process and worked for now.
Anyone know the reason why the server goes down frequently, uwsgi dies? also is there any way to restart or recover the process if it goes into defunct state?
Thanks in Advance.