Before Shutdown
The before_shutdown hook runs once in the master process before the process shuts down.
Itsi.rb
before_shutdown do
# this runs in the master, once before shutdown
endThe before_shutdown hook runs once in the master process before the process shuts down.
before_shutdown do
# this runs in the master, once before shutdown
end