Commit ae93d08b authored by Lin Jen-Shin's avatar Lin Jen-Shin

Disconnect the pool after done

parent 8aa1055f
......@@ -32,6 +32,7 @@ class RemoveInactiveDefaultEmailServices < ActiveRecord::Migration
end
threads.each(&:join)
pool.disconnect!
end
def down
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment