You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
kill -9 $(ps | grep 'gunicorn' | head -n 1 | awk '{print $1}') && echo "Waiting for 20s for previous instance to die" && sleep 20s # Gunicorn takes time to kill its children