Navigation Menu

Skip to content

Commit

Permalink
Add "unjoin" event
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Jun 27, 2014
1 parent f6a16ef commit 755672d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/droonga/command/serf_event_handler.rb
Expand Up @@ -75,6 +75,8 @@ def process_event
save_status(:role, @payload["role"])
when "join"
process_node_join
when "unjoin"
process_node_unjoin
end
end

Expand Down

0 comments on commit 755672d

Please sign in to comment.