#27 Fixed DB connection pool issue.

This commit is contained in:
ChandravatiSG
2015-06-17 18:11:41 +05:30
parent 6b627275d8
commit eaa3a872bf

View File

@@ -42,6 +42,7 @@ module Crono
@semaphore.synchronize do
update_model
clear_job_log
ActiveRecord::Base.clear_active_connections!
end
end