Skip to content

Commit

Permalink
change the name of the worker process
Browse files Browse the repository at this point in the history
  • Loading branch information
felipecvo committed Aug 3, 2010
1 parent 1c7275b commit 7707697
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/cloud_crowd/worker.rb
Expand Up @@ -24,6 +24,7 @@ def initialize(node, unit)
@unit = unit
@status = @unit['status']
@retry_wait = RETRY_WAIT
$0 = "#{unit['action']} (#{unit['id']}) [cloud-crowd-worker]"
end

# Return output to the central server, marking the WorkUnit done.
Expand Down Expand Up @@ -146,4 +147,4 @@ def trap_signals

end

end
end

0 comments on commit 7707697

Please sign in to comment.