event_machine: update for unicorn 4.8.x
commita3cb0c37d1e865778a515ccaff4c2af31e556ee1
authorEric Wong <normalperson@yhbt.net>
Wed, 29 Jan 2014 21:48:25 +0000 (29 21:48 +0000)
committerEric Wong <normalperson@yhbt.net>
Wed, 29 Jan 2014 21:48:25 +0000 (29 21:48 +0000)
tree9dc4acabd5e1096da37372e5b5927436b12c8a1f
parent2dc55e417708d411987b4fb4233c87fe9f59ba0a
event_machine: update for unicorn 4.8.x

unicorn 4.8.x shutdown handling is different and no longer removes
items from the event loop.  So we must do that ourselves to enable
graceful shutdown.  Otherwise, we'll time out on shutdowns and
the master will forcibly kill us.
lib/rainbows/event_machine.rb