After Start
The after_start hook runs once after the server start-up process has completed.
Itsi.rb
after_start do
DB.reconnect!
end
The after_start hook runs once after the server start-up process has completed.
after_start do
DB.reconnect!
end