Skip to content

Commit

Permalink
Merge pull request #2313 from tenderlove/signal
Browse files Browse the repository at this point in the history
SIGKILL can't be trapped, so don't try
  • Loading branch information
jrafanie committed Mar 23, 2015
2 parents 9be0602 + 0c5d607 commit 99fca18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vmdb/lib/workers/worker_base.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ class WorkerBase
attr_accessor :last_hb, :worker, :worker_settings
attr_reader :vmdb_config, :active_roles

INTERRUPT_SIGNALS = ["INT", "TERM", "KILL"]
INTERRUPT_SIGNALS = ["INT", "TERM"]

OPTIONS_PARSER_SETTINGS = [
[:guid, 'EVM Worker GUID', String],
Expand Down

0 comments on commit 99fca18

Please sign in to comment.