Open leandrosardi opened 4 weeks ago
I have access the server and kill all processes:
ps ax | grep "ruby" | grep -v postgres | grep -v grep | cut -b1-7 | xargs -t kill -9 ps ax | grep "adspower" | grep -v postgres | grep -v grep | cut -b1-7 | xargs -t kill -9
I have access the server and kill all processes: