Skip to content

Commit

Permalink
Don't reap the spawner or reaper scripts either. Closes #2727.
Browse files Browse the repository at this point in the history
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2868 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
  • Loading branch information
jeremy committed Nov 4, 2005
1 parent 56ade75 commit fad2aae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion railties/lib/commands/process/reaper.rb
Expand Up @@ -32,7 +32,7 @@ def process_keywords(action, *keywords)
# ProgramProcess.find_by_keyword("basecamp")
def find_by_keyword(keyword)
process_lines_with_keyword(keyword).split("\n").collect { |line|
next if line =~ /inq|ps -axww|grep|spawn-fcgi/
next if line =~ /inq|ps -axww|grep|spawn-fcgi|spawner|reaper/
pid, *command = line.split
new(pid, command.join(" "))
}.compact
Expand Down

0 comments on commit fad2aae

Please sign in to comment.