Last active
September 3, 2016 17:50
-
-
Save HintikkaKimmo/20217b26abc41557901e071e5274642c to your computer and use it in GitHub Desktop.
Finds and kills Rails PID process when it stucks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
kill -9 $(lsof -i tcp:3000 -t) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment