Created
April 11, 2014 20:10
-
-
Save vanhalt/10497619 to your computer and use it in GitHub Desktop.
Dealing with Resque workers PIDs
This file contains 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
# work to get working workers of work xD | |
# testing with resque-1.24 | |
ps -Ao pid,stat,command | grep [r]esque |grep 'Forked' | |
# see the parent | |
ps -Ao pid,stat,command | grep [r]esque |grep 'Forked' |cut -d ' ' -f 7 |xargs -I padre ps padre | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
All workers for this resque version: