django - uWSGI downtime when restart -
i have problem uwsgi everytime restart server when have code updates.
when restart uwsgi using "sudo restart accounting", there's small gap between stop , start instance results downtime , stops current request.
when try "sudo reload accounting", works memory goes (double). when run command "ps aux | grep accounting", shows have 10 running processes (accounting.ini) instead of 5 , freezes server when memory hits limit.
accounting.ini
i running django 1.9, nginx 1.4.6 , uwsgi 2.0.12
Comments
Post a Comment